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-udi2.ttl

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

Raw Turtle, JSON-LD

Implantable device/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-udi2> a fhir:Device;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-udi2"];
  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-udi2</p><h3>Udis</h3><table><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>Name</b></td><td><b>Jurisdiction</b></td><td><b>Issuer</b></td></tr><tr><td>*</td><td>A9999XYZ100T0474</td><td>Bone,Putty Demineralized</td><td><a>http://hl7.org/fhir/NamingSystem/fda-udi</a></td><td><a>http://hl7.org/fhir/NamingSystem/iccbba-other</a></td></tr></table><p><b>status</b>: inactive</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>manufactureDate</b>: 01/02/2013</p><p><b>expirationDate</b>: 01/02/2014</p><p><b>patient</b>: <a>Patient/example</a></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/device-din" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/NamingSystem/iccbba-din" ];
       fhir:Identifier.value [ fhir:value "A99971312345600" ]
     ]
  ];
  fhir:Device.udi [
     fhir:Device.udi.deviceIdentifier [ fhir:value "A9999XYZ100T0474" ];
     fhir:Device.udi.name [ fhir:value "Bone,Putty Demineralized" ];
     fhir:Device.udi.jurisdiction [ fhir:value "http://hl7.org/fhir/NamingSystem/fda-udi" ];
     fhir:Device.udi.issuer [ fhir:value "http://hl7.org/fhir/NamingSystem/iccbba-other" ]
  ];
  fhir:Device.status [ fhir:value "inactive"];
  fhir:Device.manufacturer [ fhir:value "Acme Devices, Inc"];
  fhir:Device.manufactureDate [ fhir:value "2013-02-01"^^xsd:date];
  fhir:Device.expirationDate [ fhir:value "2014-02-01"^^xsd:date];
  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-udi2.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://hl7.org/fhir/STU3/Device/example-udi2.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.