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
Implantable device/UDI example GS-1 Format
{
"resourceType": "Device",
"id": "example-udi1",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example-udi1</p><p><b>identifier</b>: 1234-5678-90AB-CDEF, Serial Number = 10987654d321</p><p><b>udiCarrier</b>: Universal Device Identifier = {01}09504000059118{17}141120{10}7654321D{21}10987654d321</p><p><b>status</b>: not-available</p><p><b>type</b>: Coated femoral stem prosthesis, modular <span>(Details : {http://hl7.org/fhir/NamingSystem/gs1-di code '09504000059118' = '09504000059118; {SNOMED CT code '468063009' = 'Coated femoral stem prosthesis, modular (physical object)', given as 'Coated femoral stem prosthesis, modular'})</span></p><p><b>lotNumber</b>: 7654321D</p><p><b>manufacturer</b>: Acme Devices, Inc</p><p><b>expirationDate</b>: 20/11/2014</p><p><b>model</b>: PM/Octane 2014</p><p><b>patient</b>: <a>Patient/example</a></p></div>"
},
"identifier": [
{
"system": "http://acme.com/devices/pacemakers/octane/serial",
"value": "1234-5678-90AB-CDEF"
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/identifier-type",
"code": "SNO"
}
]
},
"value": "10987654d321"
}
],
"udiCarrier": {
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/identifier-type",
"code": "UDI"
}
]
},
"system": "http://hl7.org/fhir/NamingSystem/fda-udi",
"value": "{01}09504000059118{17}141120{10}7654321D{21}10987654d321"
},
"status": "not-available",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/NamingSystem/gs1-di",
"code": "09504000059118"
},
{
"system": "http://snomed.info/sct",
"code": "468063009",
"display": "Coated femoral stem prosthesis, modular"
}
],
"text": "Coated femoral stem prosthesis, modular"
},
"lotNumber": "7654321D",
"manufacturer": "Acme Devices, Inc",
"expirationDate": "2014-11-20",
"model": "PM/Octane 2014",
"patient": {
"reference": "Patient/example"
}
}
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.