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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypePatient
IdPatient-PatientTCMCR-min.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 )
身份證號(official):H121765234 (http://www.moi.gov.tw/)

識別碼型別:Medical record number IdentifierType#MR)
病歷號(official):9876543210 (https://tpech.gov.taipei/)

姓名(usual):陳美真

聯絡方式:Phone ContactPointSystem#phone)
住宅電話:(Home)0222600888 ContactPointUse#home)
聯絡方式:Phone ContactPointSystem#phone)
公司電話:(Work)0222678902#2231 ContactPointUse#work)
聯絡方式:Phone ContactPointSystem#phone)
行動電話:(Mobile)0911123123 ContactPointUse#mobile)
聯絡方式:Email ContactPointSystem#email)
病人電子郵件地址:lucky@gmail.com

性別:Female

出生日期:1976-09-06

病人子女數[extension: childnumber]:2

病人戶籍地址:(Home)(11492)台北市內湖區基湖路32號
郵遞區號(postalCode) [extension: tw-postal-code] 11492
縣/市(city):台北市
鄉/鎮/市/區(district):內湖區
路/街(line):基湖路
段(section) [extension: tw-section] :一段
號(number) [extension: tw-number] :32號

病人聯絡地址:(Billing)(11492)台北市內湖區基湖路32號
郵遞區號(postalCode) [extension: tw-postal-code] 11492
縣/市(city):台北市
鄉/鎮/市/區(district):內湖區
路/街(line):基湖路
段(section) [extension: tw-section] :一段
號(number) [extension: tw-number] :32號

婚姻:Never Married Marital Status Codes#S)

緊急聯絡人姓名(official):郭大鵬
緊急聯絡人與病人關係:unrelated friend PatientRelationshipType#FRND)
聯絡方式:Phone ContactPointSystem#phone)
聯絡電話:(Home)0917159753 ContactPointUse#home
聯絡方式:Phone ContactPointSystem#phone)
聯絡電話:(Work)0917159753 ContactPointUse#work)
聯絡方式:Phone ContactPointSystem#phone)
聯絡電話:(Mobile)0917159753 ContactPointUse#mobile)


Source1

{
  "resourceType": "Patient",
  "id": "PatientTCMCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/patient-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.cohesiondata.com/clinemr/StructureDefinition/cohesion-childnumber",
      "valueInteger": 0
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "H221765234"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "https://tpech.gov.taipei",
      "value": "556789"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "陳美真"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0222600888",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "0222678902#2231",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "0911123123",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "lucky@gmail.com"
    }
  ],
  "gender": "female",
  "birthDate": "1976-09-06",
  "address": [
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "32號"
        }
      ],
      "use": "home",
      "text": "台北市內湖區基湖路32號",
      "line": [
        "基湖路"
      ],
      "city": "內湖區",
      "district": "台北市",
      "_postalCode": {
        "extension": [
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw",
                  "code": "11492"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "32號"
        }
      ],
      "use": "billing",
      "text": "台北市內湖區基湖路32號",
      "line": [
        "基湖路"
      ],
      "city": "內湖區",
      "district": "台北市",
      "_postalCode": {
        "extension": [
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-postal-code",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/postal-code5-tw",
                  "code": "11492"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "S"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "FRND"
            }
          ]
        }
      ],
      "name": {
        "text": "郭大鵬"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0289760000",
          "use": "home"
        },
        {
          "system": "phone",
          "value": "0228825252",
          "use": "work"
        },
        {
          "system": "phone",
          "value": "0922212323",
          "use": "mobile"
        }
      ]
    }
  ]
}