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.
ExampleLocationactive

Example Supervisory Area

Resource id
example-supervisory-area
Conforms to
ICRLocation

Resource content

{
  "resourceType": "Location",
  "id": "example-supervisory-area",
  "meta": {
    "profile": [
      "https://fhir.icr.unicef.org/StructureDefinition/ICRLocation"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-supervisory-area</b></p><a name=\"example-supervisory-area\"> </a><a name=\"hcexample-supervisory-area\"> </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></div><p><b>Overlays Admin Unit</b>: <a href=\"Location-example-district.html\">Location Kambia District</a></p><p><b>status</b>: Active</p><p><b>name</b>: Kambia supervision zone 2 (Rokupr axis)</p><p><b>type</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-location-type-cs supervisory-area}\">Supervisory area</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type area}\">Area</span></p></div>"
  },
  "extension": [
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/overlays-admin-unit",
      "valueReference": {
        "reference": "Location/example-district"
      }
    }
  ],
  "status": "active",
  "name": "Kambia supervision zone 2 (Rokupr axis)",
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.icr.unicef.org/CodeSystem/icr-location-type-cs",
          "code": "supervisory-area",
          "display": "Supervisory area"
        }
      ]
    }
  ],
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "area",
        "display": "Area"
      }
    ]
  }
}

Raw renditions: JSON · XML · Turtle