FHIR Release 3 (STU)

This page is part of the FHIR Specification (v3.0.2: STU 3). 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

Orders and Observations Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Device

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><h3>Udis</h3><table><tr><td>-</td><td><b>Jurisdiction</b></td><td><b>CarrierHRF</b></td><td><b>Issuer</b></td></tr><tr><td>*</td><td><a>http://hl7.org/fhir/NamingSystem/fda-udi</a></td><td>=)1TE123456A&amp;)RZ12345678</td><td><a>http://hl7.org/fhir/NamingSystem/iccbba-blood</a></td></tr></table><p><b>status</b>: inactive</p><p><b>lotNumber</b>: RZ12345678</p><p><b>manufacturer</b>: GlobalMed, Inc</p><p><b>patient</b>: <a>Patient/example</a></p></div>"
  },
  "udi": {
    "jurisdiction": "http://hl7.org/fhir/NamingSystem/fda-udi",
    "carrierHRF": "=)1TE123456A&)RZ12345678",
    "issuer": "http://hl7.org/fhir/NamingSystem/iccbba-blood"
  },
  "status": "inactive",
  "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.