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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypePatient
IdPatient-ltc-patient-sdk-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 ltc-patient-sdk-example

王小明 Male, DoB: 1950-01-01 ( Provider number (use: official, ))


Contact Detail
  • ph: 0912345678
  • 台北市中山區中山北路100號(home)
Next-of-Kin:
  • 王大明
  • ph: 0987654321

Source1

{
  "resourceType": "Patient",
  "id": "ltc-patient-sdk-example",
  "meta": {
    "profile": [
      "http://ltc-ig.fhir.tw/StructureDefinition/LTCPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN"
          }
        ]
      },
      "system": "https://example.org/mrn",
      "value": "A0001"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "王小明"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912345678"
    }
  ],
  "gender": "male",
  "birthDate": "1950-01-01",
  "address": [
    {
      "use": "home",
      "text": "台北市中山區中山北路100號"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ]
        }
      ],
      "name": {
        "text": "王大明"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0987654321"
        }
      ]
    }
  ]
}