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 json
{
"resourceType" : "Device",
"id" : "example0",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/StructureDefinition/au-device"
]
},
"text" : {
"status" : "generated",
"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>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org.au/fhir/v2/0203",
"code" : "NDI",
"display" : "National Device Identifier"
}
],
"text" : "PAI-D"
},
"system" : "http://ns.electronichealth.net.au/id/pcehr/paid/1.0",
"value" : "8003640003999995"
}
],
"udi" : {
"deviceIdentifier" : "00844588003288",
"name" : "FHIR® Hip System",
"jurisdiction" : "http://hl7.org/fhir/NamingSystem/fda-udi",
"carrierHRF" : "{01}00844588003288{17}141120{10}7654321D{21}10987654d321",
"carrierAIDC" : "XWQyMDExMDg1NzY3NDAwMjAxNzE3MTQxMTIwMTBOWUZVTDAx4oaUMjExOTI4MzfihpQ3MTNBMUIyQzNENEU1RjZH",
"issuer" : "http://hl7.org/fhir/NamingSystem/gs1",
"entryType" : "barcode"
},
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "86184003",
"display" : "Electrocardiographic monitor and recorder"
}
],
"text" : "ECG"
},
"lotNumber" : "43453424",
"manufacturer" : "Acme Devices, Inc",
"manufactureDate" : "2015-08-08",
"expirationDate" : "2020-08-08",
"model" : "AB 45-J",
"version" : "10.23-23423",
"patient" : {
"reference" : "Patient/example0"
},
"owner" : {
"reference" : "Organization/example0"
},
"contact" : [
{
"system" : "phone",
"value" : "0255554352"
}
],
"location" : {
"display" : "Central Supply"
},
"url" : "http://acme.com/goodhealth/ehr/",
"note" : [
{
"authorReference" : {
"reference" : "Practitioner/example0"
},
"time" : "2015-06-28T14:03:32+10:00",
"text" : "QA Checked"
}
],
"safety" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.3.26.1.1",
"code" : "mr-unsafe",
"display" : "MR Unsafe"
}
],
"text" : "MR Unsafe"
}
]
}