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

ITN delivery to household

Resource id
example-itn-delivery

Resource content

{
  "resourceType": "SupplyDelivery",
  "id": "example-itn-delivery",
  "meta": {
    "profile": [
      "https://fhir.icr.unicef.org/StructureDefinition/ICRSupplyDelivery"
    ]
  },
  "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></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://fhir.icr.unicef.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"
  }
}

Raw renditions: JSON · XML · Turtle