fhir-react
Version:
React component library for displaying FHIR Resources
18 lines • 404 B
JSON
{
"resourceType": "Organization",
"id": "3",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <p>Michigan Helth</p>\n \n </div>"
},
"identifier": [
{
"system": "http://michigan.gov/state-dept-ids",
"value": "25"
}
],
"name": "Michigan Health",
"alias": [
"Michigan State Department of Health"
]
}