DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Supply-example1.json

Raw JSON (canonical form)

General Supply Example

{
  "resourceType": "Supply",
  "id": "102",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "kind": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/supply-type",
        "code": "central",
        "display": "Central Supply",
        "primary": true
      }
    ]
  },
  "identifier": {
    "system": "http://example.org/OR-Supply-Application",
    "value": "23455",
    "assigner": {
      "reference": "Organization/2.16.840.1.113883.19.5",
      "display": "Good Health Clinic"
    }
  },
  "status": "received",
  "orderedItem": {
    "reference": "Device/f001",
    "display": "Feeding tube"
  },
  "dispense": [
    {
      "identifier": {
        "use": "usual",
        "system": "http://example.org/MM-Supply-Application",
        "value": "12345",
        "assigner": {
          "reference": "Organization/2.16.840.1.113883.19.5",
          "display": "Good Health Clinic"
        }
      },
      "status": "dispensed",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/supply-item-type",
            "code": "device",
            "display": "Device",
            "primary": true
          }
        ]
      },
      "quantity": {
        "value": 1,
        "units": "EA",
        "system": "http://unitsofmeasure.org/",
        "code": "{each}"
      },
      "suppliedItem": {
        "reference": "Device/f001",
        "display": "Feeding tube"
      },
      "supplier": {
        "reference": "Practitioner/f006",
        "display": "Rob van den Berk "
      },
      "whenHandedOver": "2014-12-06T15:42:15-08:00",
      "destination": {
        "reference": "Location/2",
        "display": "Neuro Radiology Operation Room "
      },
      "receiver": [
        {
          "reference": "Practitioner/f204",
          "display": "Carla Espinosa"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.