Integrated Campaign Registry (ICR) Implementation Guideunicef.fhir.icr · v0.1.0 · FHIR 4.0.1
Draft — this implementation guide is a working snapshot (v0.1.0) and its content may change without notice.
ExampleLocationactiveMR SIA (Sierra Leone)MDA (Rokupr)

Example Settlement

Resource id
example-settlement
Conforms to
ICRLocation

Resource content

{
  "resourceType": "Location",
  "id": "example-settlement",
  "meta": {
    "profile": [
      "https://icr.healthcampaigns.org/StructureDefinition/ICRLocation"
    ],
    "tag": [
      {
        "system": "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code": "mr-sia",
        "display": "MR SIA (Sierra Leone)"
      },
      {
        "system": "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code": "mda",
        "display": "MDA (Rokupr)"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-settlement</b></p><a name=\"example-settlement\"> </a><a name=\"hcexample-settlement\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ICRLocation.html\">ICR Location</a></p><p style=\"margin-bottom: 0px\">Tags: <a href=\"CodeSystem-icr-project-tag-cs.html\">MR SIA (Sierra Leone) (Details: ICR Project Tag code mr-sia = 'MR SIA (Sierra Leone)')</a>, <a href=\"CodeSystem-icr-project-tag-cs.html\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</a></p></div><p><b>Settlement / Special-population Type</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-settlement-type-cs rural}\">Rural</span></p><p><b>identifier</b>: <code>https://icr.healthcampaigns.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-place-example</p><p><b>status</b>: Active</p><p><b>name</b>: Rokupr</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type area}\">Area</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>-12.9469</td><td>9.0144</td></tr></table><p><b>partOf</b>: <a href=\"Location-example-district.html\">Location Kambia District</a></p></div>"
  },
  "extension": [
    {
      "url": "https://icr.healthcampaigns.org/StructureDefinition/settlement-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://icr.healthcampaigns.org/CodeSystem/icr-settlement-type-cs",
            "code": "rural",
            "display": "Rural"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://icr.healthcampaigns.org/identifiers/overture-gers",
      "value": "08f2a3b4c5d6e7f8-place-example"
    }
  ],
  "status": "active",
  "name": "Rokupr",
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "area",
        "display": "Area"
      }
    ]
  },
  "position": {
    "longitude": -12.9469,
    "latitude": 9.0144
  },
  "partOf": {
    "reference": "Location/example-district"
  }
}

Raw renditions: JSON · XML · Turtle