fhir-react
Version:
React component library for displaying FHIR Resources
15 lines (14 loc) • 370 B
JSON
{
"resourceType": "Device",
"id": "example",
"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</p><p><b>identifier</b>: 345675</p></div>"
},
"identifier": [
{
"system": "http://goodcare.org/devices/id",
"value": "345675"
}
]
}