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-school",
"meta" : {
"profile" : [
🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRLocation"
],
"tag" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
"code" : "gallery",
"display" : "Gallery"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-school</b></p><a name=\"example-school\"> </a><a name=\"hcexample-school\"> </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\">Gallery (Details: ICR Project Tag code gallery = 'Gallery')</a></p></div><p><b>identifier</b>: <code>https://icr.healthcampaigns.org/identifiers/overture-gers</code>/08f2a3b4c5d6e7f8-building-school-example</p><p><b>status</b>: Active</p><p><b>name</b>: Rokupr Primary School</p><p><b>type</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs school}\">School</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</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.9458</td><td>9.0152</td></tr></table><p><b>partOf</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p></div>"
},
"identifier" : [
{
"system" : "https://icr.healthcampaigns.org/identifiers/overture-gers",
"value" : "08f2a3b4c5d6e7f8-building-school-example"
}
],
"status" : "active",
"name" : "Rokupr Primary School",
"type" : [
{
"coding" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-location-type-cs",
"code" : "school",
"display" : "School"
}
]
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
]
},
"position" : {
"longitude" : -12.9458,
"latitude" : 9.0152
},
"partOf" : {
🔗 "reference" : "Location/example-settlement"
}
}