FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4b |
| Resource Type | Device |
| Id | Device-device-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Device device-example
status: Active
manufacturer: Device Manufacturer Inc.
manufactureDate: 2023-01-15
expirationDate: 2028-01-15
lotNumber: LOT123456
serialNumber: SER987654
| Name | Type |
| No implantable devices | User Friendly name |
type: Cardiac transvenous pacemaker
patient: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
{
"resourceType": "Device",
"id": "device-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"manufacturer": "Device Manufacturer Inc.",
"manufactureDate": "2023-01-15",
"expirationDate": "2028-01-15",
"lotNumber": "LOT123456",
"serialNumber": "SER987654",
"deviceName": [
{
"name": "No implantable devices",
"type": "user-friendly-name"
}
],
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "56961003",
"display": "Cardiac transvenous pacemaker"
}
]
},
"patient": {
"reference": "Patient/patient-ledner"
}
}