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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeOrganization
IdOrganization-ltc-organization-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: Organization ltc-organization-example

identifier: Provider Number/0131060029 (use: usual, )

active: true

type: Healthcare Provider

name: 新北市私立安康老人長期照顧中心(養護型)

telecom: ph: 02-29412345(Work), fax: 02-29412346(Work)

address: 新北市中和區安康路二段123號(work)

Contacts

-PurposeNameTelecom
*Administrative志明 王 (Official)ph: 02-29412345(Work)

Source1

{
  "resourceType": "Organization",
  "id": "ltc-organization-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/Organization-twltc"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider Number"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "0131060029"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "新北市私立安康老人長期照顧中心(養護型)",
  "telecom": [
    {
      "system": "phone",
      "value": "02-29412345",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "02-29412346",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "text": "新北市中和區安康路二段123號",
      "line": [
        "安康路二段123號"
      ],
      "city": "中和區",
      "state": "新北市",
      "postalCode": "23511",
      "country": "TW"
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "name": {
        "use": "official",
        "family": "王",
        "given": [
          "志明"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "02-29412345",
          "use": "work"
        }
      ]
    }
  ]
}