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

FHIR IG analytics

Packagetw.cathay.fhir.iclaim
Resource TypePatient
IdPatient-Patient-C2.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

病人基本資料

識別碼型別:National Person Identifier Identifier Type Codes#NNxxx [extension: Identifier Suffix]:TWN)
身分證字號(official)G252862637 (http://www.moi.gov.tw)

識別碼型別:Medical record number Identifier Type Codes#MR)
病歷號(official):ADCM5678 (https://www.cgh.org.tw)

姓名(official):康美女

性別:Female ( AdministrativeGender#female)

出生日期:2002-01-08

職業[extension: Occupation]:內勤人員 ( Occupation#00010010)

聯絡地址:台北市北投區明德路365號
 縣/市(district):台北市
 鄉/鎮/市/區(city):北投區
 路/街(line):明德路
 號(number)[extension: tw-number]:365號
 國家(country):臺灣


Source1

{
  "resourceType": "Patient",
  "id": "Patient-C2",
  "meta": {
    "profile": [
      "https://claim.cgh.org.tw/iclaim/StructureDefinition/patient-iclaim"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://claim.cgh.org.tw/iclaim/StructureDefinition/cathay-occupation",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://claim.cgh.org.tw/iclaim/CodeSystem/lia-roc-occupation-values",
            "code": "00010010"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx",
            "_code": {
              "extension": [
                {
                  "extension": [
                    {
                      "url": "suffix",
                      "valueString": "TWN"
                    },
                    {
                      "url": "valueSet",
                      "valueCanonical": "http://hl7.org/fhir/ValueSet/iso3166-1-3"
                    }
                  ],
                  "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix"
                }
              ]
            }
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "G252862637"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "https://www.cgh.org.tw",
      "value": "ADCM5678"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "康美女"
    }
  ],
  "gender": "female",
  "birthDate": "2002-01-08",
  "address": [
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "365號"
        }
      ],
      "text": "台北市北投區明德路365號",
      "line": [
        "明德路"
      ],
      "city": "北投區",
      "district": "台北市",
      "country": "TW"
    }
  ]
}