This page is part of the FHIR Specification (v3.3.0: R4 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 . Page versions: R5 R3
Orders and Observations Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Device |
Blood Bag UDI example ICCBBA Format
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Device/example-udi4> a fhir:Device; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-udi4"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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&)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>" ]; fhir:Device.udi [ fhir:Device.udi.jurisdiction [ fhir:value "http://hl7.org/fhir/NamingSystem/fda-udi" ]; fhir:Device.udi.carrierHRF [ fhir:value "=)1TE123456A&)RZ12345678" ]; fhir:Device.udi.issuer [ fhir:value "http://hl7.org/fhir/NamingSystem/iccbba-blood" ] ]; fhir:Device.status [ fhir:value "inactive"]; fhir:Device.lotNumber [ fhir:value "RZ12345678"]; fhir:Device.manufacturer [ fhir:value "GlobalMed, Inc"]; fhir:Device.patient [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Device/example-udi4.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/Device/example-udi4.ttl> . # -------------------------------------------------------------------------------------
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.