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

FHIR IG analytics

Packagefhir.argonaut.pd
Resource TypeLocation
IdLocation-example-location-2.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-2

meta:

contained:

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-1; 1144221847, 2523423456; active; Healthcare Provider; name: Acme Hospital; ph: (+1) 734-677-7777, hq@acme.org

endpoint: unknown resource contained


Source1

{
  "resourceType": "Location",
  "id": "example-location-2",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Endpoint",
      "id": "71",
      "status": "active",
      "connectionType": {
        "system": "http://hl7.org/fhir/STU3/endpoint-connection-type",
        "code": "direct-project"
      },
      "name": "Dr. Ronald Bone Direct Address",
      "managingOrganization": {
        "reference": "Organization/example-organization-1"
      },
      "payloadType": [
        {
          "coding": [
            {
              "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
              "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
            }
          ]
        }
      ],
      "payloadMimeType": [
        "text/xml"
      ],
      "address": "mailto:Interoperability@DirectAddress.com"
    }
  ],
  "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-1"
  },
  "endpoint": [
    {
      "reference": "#71"
    }
  ]
}