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

Albendazole receipt — Rokupr community (ATC-coded drug supply)

Resource id
example-albendazole-supply

Resource content

{
  "resourceType": "SupplyDelivery",
  "id": "example-albendazole-supply",
  "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-albendazole-supply</b></p><a name=\"example-albendazole-supply\"> </a><a name=\"hcexample-albendazole-supply\"> </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><blockquote><p><b>Stock Accountability</b></p><ul><li>received: 3600 tablets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></li><li>used: 3080 tablets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></li><li>remaining: 500 tablets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></li><li>notUsable: 20 tablets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></li><li>concordant: true</li></ul></blockquote><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>3600 tablets<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code{tbl} = '{tbl}')</span></td><td><span title=\"Codes:{http://www.whocc.no/atc P02CA03}\">albendazole</span></td></tr></table><p><b>destination</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p></div>"
  },
  "extension": [
    {
      "url": "https://fhir.icr.unicef.org/StructureDefinition/record-origin",
      "valueCode": "campaign"
    },
    {
      "extension": [
        {
          "url": "received",
          "valueQuantity": {
            "value": 3600,
            "unit": "tablets",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        },
        {
          "url": "used",
          "valueQuantity": {
            "value": 3080,
            "unit": "tablets",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        },
        {
          "url": "remaining",
          "valueQuantity": {
            "value": 500,
            "unit": "tablets",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        },
        {
          "url": "notUsable",
          "valueQuantity": {
            "value": 20,
            "unit": "tablets",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        },
        {
          "url": "concordant",
          "valueBoolean": true
        }
      ],
      "url": "https://fhir.icr.unicef.org/StructureDefinition/stock-accountability"
    }
  ],
  "status": "completed",
  "suppliedItem": {
    "quantity": {
      "value": 3600,
      "unit": "tablets",
      "system": "http://unitsofmeasure.org",
      "code": "{tbl}"
    },
    "itemCodeableConcept": {
      "coding": [
        {
          "system": "http://www.whocc.no/atc",
          "code": "P02CA03",
          "display": "albendazole"
        }
      ]
    }
  },
  "destination": {
    "reference": "Location/example-settlement"
  }
}

Raw renditions: JSON · XML · Turtle