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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypePatient
IdPatient-TWCorePatient.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 TWCorePatient

胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))


Contact Detail
  • ph: 0912345678
  • 台北市北投區明德路365號(home)
Emergency Contact:
  • 大吉 綠 (Official) (Male)
  • 台北市北投區明德路365號(home)
  • ph: 0987654321

Source1

{
  "resourceType": "Patient",
  "id": "TWCorePatient",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCorePatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "A123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "綠",
      "given": [
        "胖吉"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912345678"
    }
  ],
  "gender": "male",
  "birthDate": "1987-01-01",
  "address": [
    {
      "use": "home",
      "type": "postal",
      "text": "台北市北投區明德路365號",
      "line": [
        "明德路365號"
      ],
      "city": "台北市",
      "postalCode": "11219",
      "country": "Taiwan"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "family": "綠",
        "given": [
          "大吉"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0987654321"
        }
      ],
      "address": {
        "use": "home",
        "type": "postal",
        "text": "台北市北投區明德路365號",
        "line": [
          "明德路365號"
        ],
        "city": "台北市",
        "postalCode": "11219",
        "country": "Taiwan"
      },
      "gender": "male"
    }
  ]
}