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

FHIR IG analytics

Packagendhm.in
Resource TypeLocation
IdLocation-example-01.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 example-01

identifier: B1-S.F2

status: Active

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: 2328(Work), fax: 2329(Work), southwing@gmail.com, http://sampleorg.com/southwing

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

physicalType: Wing

Positions

-LongitudeLatitudeAltitude
*-83.694569142.254754780

managingOrganization: Organization XYZ Lab Pvt.Ltd.


Source1

{
  "resourceType": "Location",
  "id": "example-01",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "B1-S.F2"
    }
  ],
  "status": "active",
  "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": "2328",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "2329",
      "use": "work"
    },
    {
      "system": "email",
      "value": "southwing@gmail.com"
    },
    {
      "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/example-01"
  }
}