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

FHIR IG analytics

Packagehl7.fhir.us.davinci-atr.r4b
Resource TypeLocation
IdLocation-1.json
FHIR VersionR4B

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 1

version: 3; Last updated: 2019-06-06 03:04:12-0400

identifier: http://example.org/B1-S.F2

status: Active

operationalStatus: bedStatus H: Housekeeping

name: South Wing, second floor

alias: BU MC, SW, F2, Burgers University Medical Center, South Wing, second floor

description: Second floor of the Old South Wing, formerly in use by Psychiatry

mode: Instance

telecom: ph: 8167892390(Work), secondflooradmissions@hospital.smarthealthit.org, http://sampleorg.com/southwing

address: Galapagosweg 91, Building A Den Burg 9105 PZ NLD (work)

physicalType: Wing

Positions

-LongitudeLatitudeAltitude
*-83.694569142.254754780

managingOrganization: Organization Example Organization


Source1

{
  "resourceType": "Location",
  "id": "1",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2019-06-06T03:04:12.348-04:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org",
      "value": "B1-S.F2"
    }
  ],
  "status": "active",
  "operationalStatus": {
    "system": "http://terminology.hl7.org/CodeSystem/v2-0116",
    "code": "H",
    "display": "Housekeeping"
  },
  "name": "South Wing, second floor",
  "alias": [
    "BU MC, SW, F2",
    "Burgers University Medical Center, South Wing, second floor"
  ],
  "description": "Second floor of the Old South Wing, formerly in use by Psychiatry",
  "mode": "instance",
  "telecom": [
    {
      "system": "phone",
      "value": "8167892390",
      "use": "work"
    },
    {
      "system": "email",
      "value": "secondflooradmissions@hospital.smarthealthit.org"
    },
    {
      "system": "url",
      "value": "http://sampleorg.com/southwing",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "Galapagosweg 91, Building A"
    ],
    "city": "Den Burg",
    "postalCode": "9105 PZ",
    "country": "NLD"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "wi",
        "display": "Wing"
      }
    ]
  },
  "position": {
    "longitude": -83.6945691,
    "latitude": 42.25475478,
    "altitude": 0
  },
  "managingOrganization": {
    "reference": "Organization/1"
  }
}