FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Organization |
| Id | Organization-FuneralHomeUT-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization FuneralHomeUT-Example1
active: true
type: Funeral Home
name: Colonial Memorial Mortuary
address: 2128 South State Salt Lake City UT 84115 US
{
"resourceType": "Organization",
"id": "FuneralHomeUT-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-funeral-home"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-organization-type-cs",
"code": "funeralhome"
}
]
}
],
"name": "Colonial Memorial Mortuary",
"address": [
{
"line": [
"2128 South State"
],
"city": "Salt Lake City",
"district": "Salt Lake",
"state": "UT",
"postalCode": "84115",
"country": "US"
}
]
}