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 Fixed Post — Rokupr CHC

Resource id
example-fixed-post
Conforms to
ICRLocation

Resource content

{
  "resourceType": "Location",
  "id": "example-fixed-post",
  "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-fixed-post</b></p><a name=\"example-fixed-post\"> </a><a name=\"hcexample-fixed-post\"> </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>Delivery Strategy</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-delivery-strategy-cs fixed-post}\">Fixed post</span></p><p><b>identifier</b>: <code>https://fhir.icr.unicef.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-building-chc-example</p><p><b>status</b>: Active</p><p><b>name</b>: Rokupr Community Health Centre — fixed vaccination post</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</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.9465</td><td>9.014</td></tr></table><p><b>partOf</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p></div>"
  },
  "extension": [
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/delivery-strategy",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.icr.unicef.org/CodeSystem/icr-delivery-strategy-cs",
            "code": "fixed-post",
            "display": "Fixed post"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.icr.unicef.org/identifiers/overture-gers",
      "value": "08f2a3b4c5d6e7f8-building-chc-example"
    }
  ],
  "status": "active",
  "name": "Rokupr Community Health Centre — fixed vaccination post",
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si",
        "display": "Site"
      }
    ]
  },
  "position": {
    "longitude": -12.9465,
    "latitude": 9.014
  },
  "partOf": {
    "reference": "Location/example-settlement"
  }
}

Raw renditions: JSON · XML · Turtle