FHIR IG analytics| Package | hl7.fhir.us.core.r4b |
| Resource Type | Device |
| Id | Device-udi-1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device udi-1
| DeviceIdentifier | CarrierHRF |
| 09504000059118 | (01)09504000059118(17)141120(10)7654321D(21)10987654d321 |
status: Active
expirationDate: 2014-11-20
lotNumber: 7654321D
serialNumber: 10987654d321
type: Coated femoral stem prosthesis, modular
patient: Amy Shaw
{
"resourceType": "Device",
"id": "udi-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"udiCarrier": [
{
"deviceIdentifier": "09504000059118",
"carrierHRF": "(01)09504000059118(17)141120(10)7654321D(21)10987654d321"
}
],
"status": "active",
"expirationDate": "2014-11-20",
"lotNumber": "7654321D",
"serialNumber": "10987654d321",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "468063009",
"display": "Coated femoral stem prosthesis, modular"
}
]
},
"patient": {
"reference": "Patient/example",
"display": "Amy Shaw"
}
}