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
Raw xml
<Device xmlns="http://hl7.org/fhir"> <id value="example0"/> <meta> <profile value="http://hl7.org.au/fhir/StructureDefinition/au-device"/> </meta> <text> <status value="generated"/> <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> </text> <identifier> <type> <coding> <system value="http://hl7.org.au/fhir/v2/0203"/> <code value="NDI"/> <display value="National Device Identifier"/> </coding> <text value="PAI-D"/> </type> <system value="http://ns.electronichealth.net.au/id/pcehr/paid/1.0"/> <value value="8003640003999995"/> </identifier> <udi> <!-- The Device Identifier (DI) here so you can look up - in this case using the GUDID database --> <deviceIdentifier value="00844588003288"/> <!-- Brand name as listed in the GUDID database and supposedly on the label for this device --> <name value="FHIR® Hip System"/> <!-- This is US FDA example --> <jurisdiction value="http://hl7.org/fhir/NamingSystem/fda-udi"/> <!-- The Human readable form here which is FDA GS-1 format of the udi --> <carrierHRF value="{01}00844588003288{17}141120{10}7654321D{21}10987654d321"/> <!-- based on the AIDC which has group separator control codes that can't be reproduced in xml so we use the base64 version. --> <carrierAIDC value="XWQyMDExMDg1NzY3NDAwMjAxNzE3MTQxMTIwMTBOWUZVTDAx4oaUMjExOTI4MzfihpQ3MTNBMUIyQzNENEU1RjZH"/> <!-- Orgnanizations accredited by the FDA to operate a system to issue UDIS for device currently the FDA has accredited three issuing agencies. GS1, HIBCC, and ICCBBA --> <issuer value="http://hl7.org/fhir/NamingSystem/gs1"/> <!-- YOu may want to know how the data was entered for data integrity reasons. This has overlap with Provenance which could identify the enterer --> <entryType value="barcode"/> </udi> <status value="active"/> <type> <coding> <system value="http://snomed.info/sct"/> <code value="86184003"/> <display value="Electrocardiographic monitor and recorder"/> </coding> <text value="ECG"/> </type> <lotNumber value="43453424"/> <manufacturer value="Acme Devices, Inc"/> <manufactureDate value="2015-08-08"/> <expirationDate value="2020-08-08"/> <model value="AB 45-J"/> <version value="10.23-23423"/> <patient> <reference value="Patient/example0"/> </patient> <owner> <reference value="Organization/example0"/> </owner> <contact> <system value="phone"/> <value value="0255554352"/> </contact> <location> <display value="Central Supply"/> </location> <url value="http://acme.com/goodhealth/ehr/"/> <note> <authorReference> <reference value="Practitioner/example0"/> </authorReference> <time value="2015-06-28T14:03:32+10:00"/> <text value="QA Checked"/> </note> <safety> <coding> <system value="urn:oid:2.16.840.1.113883.3.26.1.1"/> <code value="mr-unsafe"/> <display value="MR Unsafe"/> </coding> <!-- note: optional text value added here for a prettier generated narrative --> <text value="MR Unsafe"/> </safety> </Device>