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

FHIR IG analytics

Packagehl7.fhir.us.bser
Resource TypeLocation
IdLocation-location-us-core-location-st-luke.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 location-us-core-location-st-luke

status: Active

name: Referral Center A, St. Lukes

type: Hospital

telecom: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, mail@smc.org

address: 4401 Wornall Rd, Amherst MA 64111

managingOrganization: Organization Saint Luke's Hospital of Kansas City


Source1

{
  "resourceType": "Location",
  "id": "location-us-core-location-st-luke",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Referral Center A, St. Lukes",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) (555)555-3001"
    },
    {
      "system": "fax",
      "value": "(+1) (555)555-3002"
    },
    {
      "system": "email",
      "value": "mail@smc.org"
    }
  ],
  "address": {
    "line": [
      "4401 Wornall Rd,"
    ],
    "city": "Amherst",
    "state": "MA",
    "postalCode": "64111"
  },
  "managingOrganization": {
    "reference": "Organization/organization-us-core-organization-saint-luke"
  }
}