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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeOrganization
IdOrganization-org-ED-Metro-Hospital.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 org-ED-Metro-Hospital

active: true

name: Metro Hospital Emergency Department

telecom: ph: (555) 384-4444

address: 22327 Moross Rd, Detroit, MI 48236


Source1

{
  "resourceType": "Organization",
  "id": "org-ED-Metro-Hospital",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Metro Hospital Emergency Department",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 384-4444"
    }
  ],
  "address": [
    {
      "text": "22327 Moross Rd, Detroit, MI 48236",
      "line": [
        "22327 Moross Rd, Detroit, MI 48236"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48236",
      "country": "US"
    }
  ]
}