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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeLocation
IdLocation-ed-location-example-1.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: Location ed-location-example-1

identifier: http://www.acme.org/location/29

status: Active

name: Florida General Hospital - Emergency Department

description: Florida General Hospital - Emergency Department

type: Emergency room

telecom: ph: (+1) 734-677-7777

address: 1234 Beach Street Miami FL 33101 USA


Source1

{
  "resourceType": "Location",
  "id": "ed-location-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/location",
      "value": "29"
    }
  ],
  "status": "active",
  "name": "Florida General Hospital - Emergency Department",
  "description": "Florida General Hospital - Emergency Department",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "ER",
          "display": "Emergency room"
        }
      ],
      "text": "Emergency room"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    }
  ],
  "address": {
    "line": [
      "1234 Beach Street"
    ],
    "city": "Miami",
    "state": "FL",
    "postalCode": "33101",
    "country": "USA"
  }
}