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

FHIR IG analytics

Packagetw.mirdc.dental
Resource TypeOrganization
IdOrganization-Dental-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 Dental-organization-example

identifier: A123456789

type: Healthcare Provider

name: 幸福牙醫中心

telecom: ph: 02-12345678

address: 台北市信義區市民大道五段789號

Contacts

-NameTelecom
*王主任ph: 0912345678

Source1

{
  "resourceType": "Organization",
  "id": "Dental-organization-example",
  "meta": {
    "profile": [
      "http://dental-ig.fhir.tw/StructureDefinition/Organization-twdental"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "A123456789"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "幸福牙醫中心",
  "telecom": [
    {
      "system": "phone",
      "value": "02-12345678"
    }
  ],
  "address": [
    {
      "text": "台北市信義區市民大道五段789號"
    }
  ],
  "contact": [
    {
      "name": {
        "text": "王主任"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0912345678"
        }
      ]
    }
  ]
}