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

FHIR IG analytics

Packagefhir.test.data.r3
Resource TypeLocation
IdLocation-1104.json
FHIR Version

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "1104",
  "identifier": [
    {
      "use": "official",
      "system": "http://www.hl7.org/oid/",
      "value": "1.2.3.4.1104"
    }
  ],
  "status": "active",
  "name": "Bay Area Family Practice",
  "mode": "instance",
  "telecom": [
    {
      "system": "phone",
      "value": "(734) 555-2740",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "type": "physical",
    "line": [
      "761 NE Ninth Circle"
    ],
    "city": "Ann Arbor",
    "district": "Washtenaw County",
    "state": "MI",
    "postalCode": "48103"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/location-physical-type",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "position": {
    "longitude": -83.24852592902265,
    "latitude": 42.22498322238487
  },
  "managingOrganization": {
    "reference": "Organization/Organization-1104",
    "display": "Bay Area Family Practice"
  }
}