Australian Base Implementation Guide (AU Base 1.1.1)

This page is part of the Australian Base IG (v1.1.1: AU Base 1.1 on STU3 Draft) based on FHIR R3. The current version which supercedes this version is 1.0.2. For a full list of available versions, see the Directory of published versions

Device-example0

Formats: XML, JSON, Turtle

Raw ttl

@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Device;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example0"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-device";
       fhir:index 0     ]
  ];
  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>: example0</p><p><b>meta</b>: </p><p><b>identifier</b>: PAI-D = 8003640003999995</p><h3>Udis</h3><table class=\"grid\"><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>Name</b></td><td><b>Jurisdiction</b></td><td><b>CarrierHRF</b></td><td><b>CarrierAIDC</b></td><td><b>Issuer</b></td><td><b>EntryType</b></td></tr><tr><td>*</td><td>00844588003288</td><td>FHIR® Hip System</td><td><a href=\"http://hl7.org/fhir/NamingSystem/fda-udi\">http://hl7.org/fhir/NamingSystem/fda-udi</a></td><td>{01}00844588003288{17}141120{10}7654321D{21}10987654d321</td><td>XWQyMDExMDg1NzY3NDAwMjAxNzE3MTQxMTIwMTBOWUZVTDAx4oaUMjExOTI4MzfihpQ3MTNBMUIyQzNENEU1RjZH</td><td><a href=\"http://hl7.org/fhir/NamingSystem/gs1\">http://hl7.org/fhir/NamingSystem/gs1</a></td><td>barcode</td></tr></table><p><b>status</b>: active</p><p><b>type</b>: ECG <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '86184003' = 'Electrocardiographic monitor and recorder', given as 'Electrocardiographic monitor and recorder'})</span></p><p><b>lotNumber</b>: 43453424</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>manufactureDate</b>: 2015-08-08</p><p><b>expirationDate</b>: 2020-08-08</p><p><b>model</b>: AB 45-J</p><p><b>version</b>: 10.23-23423</p><p><b>patient</b>: <a href=\"Patient-example0.html\">Generated Summary: id: example0; IHI = 8003608166690503, Medicare Number = 32788511952, Health Care Card Number = 307111942H; Stella Franklin ; sfranklin@amail.com.au(WORK); gender: female; birthDate: 1985-10-14</a></p><p><b>owner</b>: <a href=\"Organization-example0.html\">Generated Summary: id: example0; HPI-O = 8003621566684455; active; name: Downunder Hospital; helen.mayo@downunderhospital.com.au(WORK)</a></p><p><b>contact</b>: ph: 0255554352</p><p><b>location</b>: Central Supply</p><p><b>url</b>: <a href=\"http://acme.com/goodhealth/ehr/\">http://acme.com/goodhealth/ehr/</a></p><p><b>note</b>: QA Checked</p><p><b>safety</b>: MR Unsafe <span style=\"background: LightGoldenRodYellow\">(Details : {urn:oid:2.16.840.1.113883.3.26.1.1 code 'mr-unsafe' = 'mr-unsafe', given as 'MR Unsafe'})</span></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.au/fhir/v2/0203" ];
         fhir:Coding.code [ fhir:value "NDI" ];
         fhir:Coding.display [ fhir:value "National Device Identifier" ]       ];
       fhir:CodeableConcept.text [ fhir:value "PAI-D" ]     ];
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/pcehr/paid/1.0" ];
     fhir:Identifier.value [ fhir:value "8003640003999995" ]
  ];
  fhir:Device.udi [
     fhir:Device.udi.deviceIdentifier [ fhir:value "00844588003288" ];
     fhir:Device.udi.name [ fhir:value "FHIR® Hip System" ];
     fhir:Device.udi.jurisdiction [ fhir:value "http://hl7.org/fhir/NamingSystem/fda-udi" ];
     fhir:Device.udi.carrierHRF [ fhir:value "{01}00844588003288{17}141120{10}7654321D{21}10987654d321" ];
     fhir:Device.udi.carrierAIDC [ fhir:value "XWQyMDExMDg1NzY3NDAwMjAxNzE3MTQxMTIwMTBOWUZVTDAx4oaUMjExOTI4MzfihpQ3MTNBMUIyQzNENEU1RjZH"^^xsd:base64Binary ];
     fhir:Device.udi.issuer [ fhir:value "http://hl7.org/fhir/NamingSystem/gs1" ];
     fhir:Device.udi.entryType [ fhir:value "barcode" ]
  ];
  fhir:Device.status [ fhir:value "active"];
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:86184003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "86184003" ];
       fhir:Coding.display [ fhir:value "Electrocardiographic monitor and recorder" ]     ];
     fhir:CodeableConcept.text [ fhir:value "ECG" ]
  ];
  fhir:Device.lotNumber [ fhir:value "43453424"];
  fhir:Device.manufacturer [ fhir:value "Acme Devices, Inc"];
  fhir:Device.manufactureDate [ fhir:value "2015-08-08"^^xsd:date];
  fhir:Device.expirationDate [ fhir:value "2020-08-08"^^xsd:date];
  fhir:Device.model [ fhir:value "AB 45-J"];
  fhir:Device.version [ fhir:value "10.23-23423"];
  fhir:Device.patient [
     fhir:Reference.reference [ fhir:value "Patient/example0" ]
  ];
  fhir:Device.owner [
     fhir:Reference.reference [ fhir:value "Organization/example0" ]
  ];
  fhir:Device.contact [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "0255554352" ]
  ];
  fhir:Device.location [
     fhir:Reference.display [ fhir:value "Central Supply" ]
  ];
  fhir:Device.url [ fhir:value "http://acme.com/goodhealth/ehr/"];
  fhir:Device.note [
     fhir:index 0;
     fhir:Annotation.authorReference [
       fhir:Reference.reference [ fhir:value "Practitioner/example0" ]     ];
     fhir:Annotation.time [ fhir:value "2015-06-28T14:03:32+10:00"^^xsd:dateTime ];
     fhir:Annotation.text [ fhir:value "QA Checked" ]
  ];
  fhir:Device.safety [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.3.26.1.1" ];
       fhir:Coding.code [ fhir:value "mr-unsafe" ];
       fhir:Coding.display [ fhir:value "MR Unsafe" ]     ];
     fhir:CodeableConcept.text [ fhir:value "MR Unsafe" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.