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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeLocation
IdLocation-stmichael.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

Resource Location "stmichael" Version "1" Updated "2020-08-09 08:03:57+0000"

Profile: US Core Location Profile

identifier: id: 29

status: active

name: St Michael Medical Center

description: Overland Park Location

telecom: ph: (+1) 913-666-7777

address: 6666 135th Street Overland Park KS 66223 USA

Positions

-LongitudeLatitude
*-94.65375938.884082

managingOrganization: : St Michael Health System


Source1

{
  "resourceType": "Location",
  "id": "stmichael",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-08-09T08:03:57.874Z",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/location",
      "value": "29"
    }
  ],
  "status": "active",
  "name": "St Michael Medical Center",
  "description": "Overland Park Location",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 913-666-7777"
    }
  ],
  "address": {
    "line": [
      "6666 135th Street"
    ],
    "city": "Overland Park",
    "state": "KS",
    "postalCode": "66223",
    "country": "USA"
  },
  "position": {
    "longitude": -94.653759,
    "latitude": 38.884082
  },
  "managingOrganization": {
    "display": "St Michael Health System"
  }
}