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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeLocation
IdLocation-loc-oph-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

明捷眼科診所位置

地點狀態: Active ( LocationStatus#active)

地點類別: Kind ( LocationMode#kind)

地點類型: Opthalmology clinic ( RoleCode#OPH)

地點資訊: 專精於無痛白內障吸出術,及近視控制角膜塑型術。

聯絡方式:PhoneContactPointSystem#phone)

聯絡電話(work):02-2276-7788

地點開放時間:週一 ~ 週五


Source1

{
  "resourceType": "Location",
  "id": "loc-oph-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "明捷眼科診所",
  "description": "專精於無痛白內障吸出術,及近視控制角膜塑型術",
  "mode": "kind",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "OPH",
          "display": "Opthalmology clinic"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "02-2276-7788",
      "use": "work"
    }
  ],
  "hoursOfOperation": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "allDay": false
    }
  ]
}