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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeLocation
IdLocation-hl7east.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 hl7east

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

status: Active

name: Health Level Seven International - Amherst

description: HL7 Headquarters - East

type: Administrative Office

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

address: 3300 WASHTENAW AVE STE 227 AMHERST MA 01002 USA

Positions

-LongitudeLatitude
*-72.51985442.373222

managingOrganization: Health Level Seven International


Source1

{
  "resourceType": "Location",
  "id": "hl7east",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|8.0.0"
    ]
  },
  "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",
  "type": [
    {
      "coding": [
        {
          "system": "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
          "code": "1184-1",
          "display": "Administrative Areas"
        }
      ],
      "text": "Administrative Office"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    }
  ],
  "address": {
    "line": [
      "3300 WASHTENAW AVE STE 227"
    ],
    "city": "AMHERST",
    "state": "MA",
    "postalCode": "01002",
    "country": "USA"
  },
  "position": {
    "longitude": -72.519854,
    "latitude": 42.373222
  },
  "managingOrganization": {
    "display": "Health Level Seven International"
  }
}