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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeOrganization
IdOrganization-org-co-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

公司行號基本資料

機構名稱:莉梓股份有限公司

識別碼型別:Unified Business number臺灣識別碼類型值集#UBN)
公司或企業統一編號(official):06100268 (https://gcis.nat.gov.tw)

機構種類:Non-Healthcare Business or Corporation OrganizationType#bus)

聯絡方式:EmailContactPointSystem#email)
聯絡信箱:litzu@qmail.com


Source1

{
  "resourceType": "Organization",
  "id": "org-co-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-co-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
            "code": "UBN"
          }
        ]
      },
      "system": "https://gcis.nat.gov.tw",
      "value": "06100268"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "bus"
        }
      ]
    }
  ],
  "name": "莉梓股份有限公司",
  "telecom": [
    {
      "system": "email",
      "value": "litzu@qmail.com"
    }
  ]
}