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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeLocation
IdLocation-organization-coordinate-min.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

機構地址經緯度

所屬機構Organization/org-min "社家署示範機構"

機構地址:11558臺北市南港區新光里忠孝東路六段488號

經度(longitude):121.5956
緯度(latitude):25.0503


Source1

{
  "resourceType": "Location",
  "id": "organization-coordinate-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/Location-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "社家署示範機構所在地",
  "address": {
    "extension": [
      {
        "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
        "valueString": "新光里"
      },
      {
        "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
        "valueString": "六段"
      },
      {
        "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
        "valueString": "488號"
      }
    ],
    "text": "11558臺北市南港區新光里忠孝東路六段488號",
    "line": [
      "忠孝東路"
    ],
    "city": "南港區",
    "district": "臺北市",
    "postalCode": "11558"
  },
  "position": {
    "longitude": 121.5956,
    "latitude": 25.0503
  },
  "managingOrganization": {
    "reference": "Organization/org-min"
  }
}