STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R3

Device-example-udi4.json

Raw JSON (canonical form)

Blood Bag UDI example ICCBBA Format

{
  "resourceType": "Device",
  "id": "example-udi4",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-udi4</p><p><b>udiCarrier</b>: Universal Device Identifier = =)1TE123456A&amp;)RZ12345678</p><p><b>status</b>: not-available</p><p><b>type</b>: DI = 1TE123456A <span>(Details : {http://hl7.org/fhir/NamingSystem/iccbba-blood-di code '1TE123456A' = '??)</span></p><p><b>lotNumber</b>: RZ12345678</p><p><b>manufacturer</b>: GlobalMed, Inc</p><p><b>patient</b>: <a>Patient/example</a></p></div>"
  },
  "udiCarrier": {
    "type": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/identifier-type",
          "code": "UDI"
        }
      ]
    },
    "system": "http://hl7.org/fhir/NamingSystem/fda-udi",
    "value": "=)1TE123456A&)RZ12345678"
  },
  "status": "not-available",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/NamingSystem/iccbba-blood-di",
        "code": "1TE123456A"
      }
    ],
    "text": "DI = 1TE123456A"
  },
  "lotNumber": "RZ12345678",
  "manufacturer": "GlobalMed, Inc",
  "patient": {
    "reference": "Patient/example"
  }
}

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.