FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Organization |
| Id | Organization-FuneralHome-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization FuneralHome-Example1
active: true
type: Funeral Home
name: Lancaster Funeral Home and Crematory
address: 211 High Street Lancaster PA 17573 US
{
"resourceType": "Organization",
"id": "FuneralHome-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",
"display": "Funeral Home"
}
]
}
],
"name": "Lancaster Funeral Home and Crematory",
"address": [
{
"line": [
"211 High Street"
],
"city": "Lancaster",
"state": "PA",
"postalCode": "17573",
"country": "US"
}
]
}