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

FHIR IG analytics

Packagetw.mirdc.dental
Resource TypePatient
IdPatient-Dental-patient-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: Patient Dental-patient-example

王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier: A123456789)


Active:trueMarital Status:Married
Other Id:Medical record number/MR-20250101-001
Contact Detail
  • ph: 0912-345-678
  • 台北市信義區市民大道五段123號
Language:Chinese (Taiwan)
Emergency Contact:
  • 王美美
  • ph: 0923-456-789
Links:

Source1

{
  "resourceType": "Patient",
  "id": "Dental-patient-example",
  "meta": {
    "profile": [
      "http://dental-ig.fhir.tw/StructureDefinition/Patient-twdental"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ],
        "text": "National unique individual identifier"
      },
      "system": "http://www.moi.gov.tw/id",
      "value": "A123456789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ],
        "text": "Medical record number"
      },
      "system": "https://dental-ig.fhir.tw/identifier/medical-record",
      "value": "MR-20250101-001"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "王大明"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912-345-678"
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-15",
  "address": [
    {
      "text": "台北市信義區市民大道五段123號"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "text": "王美美"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0923-456-789"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "zh-TW"
          }
        ],
        "text": "Chinese (Taiwan)"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/Dental-organization-example"
  }
}