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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeLocation
IdLocation-location-example.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-example

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

status: Active

name: General Hospital - Main Campus

description: Main Hospital Campus

mode: Instance

type: Hospital

telecom: ph: 555-555-5555(Work)

address: 123 Main St Anytown CA 12345 US

physicalType: Building

managingOrganization: Organization General Hospital


Source1

{
  "resourceType": "Location",
  "id": "location-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/location",
      "value": "29"
    }
  ],
  "status": "active",
  "name": "General Hospital - Main Campus",
  "description": "Main Hospital Campus",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "work"
    }
  ],
  "address": {
    "line": [
      "123 Main St"
    ],
    "city": "Anytown",
    "state": "CA",
    "postalCode": "12345",
    "country": "US"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/organization-example"
  }
}