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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeLocation
IdLocation-ltc-location-feeapply-hospital-example.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 ltc-location-feeapply-hospital-example

status: Active

name: 亞東醫院

description: 本次交通接送(DA01)之目的地,個案前往就醫之醫療機構。

mode: Instance

type: Hospital

address: 新北市板橋區南雅南路二段21號(work)

Positions

-LongitudeLatitude
*121.452725.0022

Source1

{
  "resourceType": "Location",
  "id": "ltc-location-feeapply-hospital-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationFeeAuditPlace"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "亞東醫院",
  "description": "本次交通接送(DA01)之目的地,個案前往就醫之醫療機構。",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "address": {
    "use": "work",
    "type": "physical",
    "text": "新北市板橋區南雅南路二段21號"
  },
  "position": {
    "longitude": 121.4527,
    "latitude": 25.0022
  }
}