Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build
Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "example-ward",
"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)"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-ward</b></p><a name=\"example-ward\"> </a><a name=\"hcexample-ward\"> </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\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">MR SIA (Sierra Leone) (Details: ICR Project Tag code mr-sia = 'MR SIA (Sierra Leone)')</a></p></div><p><b>identifier</b>: <code>https://mohs.gov.sl/identifiers/dhis2-orgunit</code>/Ax9uP3kL2mN\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Kambia Ward 3 (Magbema)</p><p><b>type</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs admin-unit}\">Administrative unit</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type jdn}\">Jurisdiction</span></p><p><b>partOf</b>: <a href=\"Location-example-district.html\">Location Kambia District</a></p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://mohs.gov.sl/identifiers/dhis2-orgunit",
"value" : "Ax9uP3kL2mN"
}
],
"status" : "active",
"name" : "Kambia Ward 3 (Magbema)",
"type" : [
{
"coding" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs",
"code" : "admin-unit",
"display" : "Administrative unit"
}
]
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "jdn",
"display" : "Jurisdiction"
}
]
},
"partOf" : {
🔗 "reference" : "Location/example-district"
}
}