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

FHIR IG analytics

Packagehl7.fhir.us.mdi
Resource TypeOrganization
IdOrganization-vrdr-funeral-home-dcr-ex1.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 vrdr-funeral-home-dcr-ex1

Profile: Funeral Home

identifier: 139

active: true

type: Funeral Home

name: Byles-Macdougall Funeral Service (New London)

address: 88 Huntington St Kennesaw GA 30144 US


Source1

{
  "resourceType": "Organization",
  "id": "vrdr-funeral-home-dcr-ex1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-funeral-home"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "139"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-organization-type-cs",
          "code": "funeralhome",
          "display": "Funeral Home"
        }
      ]
    }
  ],
  "name": "Byles-Macdougall Funeral Service (New London)",
  "address": [
    {
      "line": [
        "88 Huntington St"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "88"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Huntington"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
              "valueString": "St"
            }
          ]
        }
      ],
      "city": "Kennesaw",
      "state": "GA",
      "postalCode": "30144",
      "country": "US"
    }
  ]
}