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

FHIR IG analytics

Packagefhir.argonaut.pd
Resource TypeLocation
IdLocation-example-location-1.json
FHIR VersionR3

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 with Details

id: example-location-1

meta:

identifier: 29

status: active

name: Health Level Seven International - Amherst

description: HL7 Headquarters - East

mode: instance

type: Sleep disorders unit (Details : {http://hl7.org/fhir/STU3/v3/RoleCode code 'SLEEP' = 'Sleep disorders unit', given as 'Sleep disorders unit'})

telecom: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org

address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002

physicalType: Building (Details : {http://hl7.org/fhir/STU3/location-physical-type code 'bu' = 'Building', given as 'Building'})

Positions

-LongitudeLatitude
*-72.51985442.373222

managingOrganization: Generated Summary: id: example-organization-2; 1063494177, 00-0000000; active; name: Saint Luke's Hospital of Kansas City; ph: (816)932-2000(WORK), http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city(WORK)


Source1

{
  "resourceType": "Location",
  "id": "example-location-1",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/location",
      "value": "29"
    }
  ],
  "status": "active",
  "name": "Health Level Seven International - Amherst",
  "description": "HL7 Headquarters - East",
  "mode": "instance",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/STU3/v3/RoleCode",
        "code": "SLEEP",
        "display": "Sleep disorders unit"
      }
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    },
    {
      "system": "fax",
      "value": "(+1) 734-677-6622"
    },
    {
      "system": "email",
      "value": "hq@HL7.org"
    }
  ],
  "address": {
    "text": "3300 Washtenaw Avenue, Suite 227 Amherst MA 01002",
    "line": [
      "3300 Washtenaw Avenue, Suite 227"
    ],
    "city": "Amherst",
    "state": "MA",
    "postalCode": "01002",
    "country": "USA"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/STU3/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "position": {
    "longitude": -72.519854,
    "latitude": 42.373222
  },
  "managingOrganization": {
    "reference": "Organization/example-organization-2"
  }
}