FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Device |
| Id | Device-dev-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device dev-example
Profile: TW Core Implantable Device
| 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: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
{
"resourceType": "Device",
"id": "dev-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Device-twcore"
]
},
"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/pat-example"
}
}