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" : "SupplyDelivery",
"id" : "example-itn-delivery",
"meta" : {
"profile" : [
🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRSupplyDelivery"
],
"tag" : [
{
"system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
"code" : "gallery",
"display" : "Gallery"
}
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SupplyDelivery example-itn-delivery</b></p><a name=\"example-itn-delivery\"> </a><a name=\"hcexample-itn-delivery\"> </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-ICRSupplyDelivery.html\">ICR Supply Delivery</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>Record Origin</b>: campaign</p><p><b>status</b>: Delivered</p><h3>SuppliedItems</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>3 nets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{Net} = '{Net}')</span></td><td><span title=\"Codes:\">Long-lasting insecticidal net (LLIN)</span></td></tr></table><p><b>destination</b>: <a href=\"Location-example-dwelling.html\">Location Dwelling — Rokupr block 4, house 12</a></p></div>"
},
"extension" : [
{
"url" : "https://icr.healthcampaigns.org/StructureDefinition/record-origin",
"valueCode" : "campaign"
}
],
"status" : "completed",
"suppliedItem" : {
"quantity" : {
"value" : 3,
"unit" : "nets",
"system" : "http://unitsofmeasure.org",
"code" : "{Net}"
},
"itemCodeableConcept" : {
"text" : "Long-lasting insecticidal net (LLIN)"
}
},
"destination" : {
🔗 "reference" : "Location/example-dwelling"
}
}