STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). 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-udi3.ttl

Raw Turtle, JSON-LD

Implantable device/UDI example HIBBC 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-udi3> a fhir:Device;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-udi3"];
  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-udi3</p><p><b>identifier</b>: Serial Number = XYZ4567890123 45678</p><p><b>udiCarrier</b>: Universal Device Identifier = +H123PARTNO1234567890120/$$420020216LOT123456789012345/SXYZ4567890123 45678/16D20130202C</p><p><b>status</b>: not-available</p><p><b>type</b>: DI =H123PARTNO1234567890120 <span>(Details : {http://hl7.org/fhir/NamingSystem/hibcc-di code 'H123PARTNO1234567890120' = 'H123PARTNO1234567890120)</span></p><p><b>lotNumber</b>: LOT123456789012345</p><p><b>manufacturer</b>: GlobalMed, Inc</p><p><b>manufactureDate</b>: 02/02/2013</p><p><b>expirationDate</b>: 02/02/2020</p><p><b>model</b>: Ultra Implantable</p><p><b>patient</b>: <a>Patient/example</a></p></div>"
  ];
  fhir:Device.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/identifier-type" ];
         fhir:Coding.code [ fhir:value "SNO" ]
       ]
     ];
     fhir:Identifier.value [ fhir:value "XYZ4567890123 45678" ]
  ];
  fhir:Device.udiCarrier [
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/identifier-type" ];
         fhir:Coding.code [ fhir:value "UDI" ]
       ]
     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/NamingSystem/fda-udi" ];
     fhir:Identifier.value [ fhir:value "+H123PARTNO1234567890120/$$420020216LOT123456789012345/SXYZ4567890123 45678/16D20130202C" ]
  ];
  fhir:Device.status [ fhir:value "not-available"];
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/NamingSystem/hibcc-di" ];
       fhir:Coding.code [ fhir:value "H123PARTNO1234567890120" ]
     ];
     fhir:CodeableConcept.text [ fhir:value "DI =H123PARTNO1234567890120" ]
  ];
  fhir:Device.lotNumber [ fhir:value "LOT123456789012345"];
  fhir:Device.manufacturer [ fhir:value "GlobalMed, Inc"];
  fhir:Device.manufactureDate [ fhir:value "2013-02-02"^^xsd:date];
  fhir:Device.expirationDate [ fhir:value "2020-02-02"^^xsd:date];
  fhir:Device.model [ fhir:value "Ultra Implantable"];
  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 .

# -------------------------------------------------------------------------------------


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.