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

FHIR IG analytics

Packagehl7.fhir.us.vrdr
Resource TypeOrganization
IdOrganization-FuneralHomeUT-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 FuneralHomeUT-Example1

active: true

type: Funeral Home

name: Colonial Memorial Mortuary

address: 2128 South State Salt Lake City UT 84115 US


Source1

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