FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.vrdr
Resource TypeOrganization
IdOrganization-FuneralHome-Example1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}