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

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypePatient
IdPatient-pat-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):A123456789 (http://www.moi.gov.tw)

識別碼型別:Patient internal identifier Identifier Type Codes#PI)
服務對象編號(official):CLIENT-001 (https://example.org/twss/client-seq)

姓名(usual):王小明

性別:男性

出生日期:2001-01-01

是否出生於民國年前[extension: twss-birth-date-before-roc]:否

出生日期不明註記[extension: twss-birth-date-unknown]:否

國籍[extension: patient-nationality]ISO3166Part1#TW)

族群身分[extension: twss-ethnic-group]:原住民 TWSS 族群身分代碼#B)

聯絡方式:Phone ContactPointSystem#phone)
聯絡電話:(Mobile)0912345678 ContactPointUse#mobile)

聯絡地址:11558臺北市南港區新光里忠孝東路六段488號
鄉/鎮/市/區(city):南港區
縣/市(district):臺北市
路/街(line):忠孝東路
村/里(extension[village]):新光里
段(extension[section]):六段
號(extension[number]):488號
郵遞區號(postalCode):11558
國家(country):TW

關係人姓名:王媽媽
關係人聯絡方式:Phone ContactPointSystem#phone)
關係人聯絡電話:0922333444
關係人地址:11558臺北市南港區新光里忠孝東路六段488號
關係人性別:女性


Source1

{
  "resourceType": "Patient",
  "id": "pat-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/Patient-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-birth-date-before-roc",
      "valueBoolean": false
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-birth-date-unknown",
      "valueBoolean": false
    },
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "TW"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-ethnic-group",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-ethnic-group",
            "code": "B",
            "display": "原住民"
          }
        ]
      }
    },
    {
      "url": "https://sfaa.gov.tw/base/StructureDefinition/twss-patient-aborigine-tribe",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-aborigine-tribe",
            "code": "1",
            "display": "阿美族"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-religion",
            "code": "H",
            "display": "民間信仰"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NNxxx"
          }
        ]
      },
      "system": "http://www.moi.gov.tw",
      "value": "A123456789"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ],
        "text": "服務對象編號"
      },
      "system": "https://example.org/twss/client-seq",
      "value": "CLIENT-001"
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "王小明"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0912345678",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "2001-01-01",
  "address": [
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
          "valueString": "新光里"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
          "valueString": "六段"
        },
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "488號"
        }
      ],
      "use": "home",
      "type": "physical",
      "text": "11558臺北市南港區新光里忠孝東路六段488號",
      "line": [
        "忠孝東路"
      ],
      "city": "南港區",
      "district": "臺北市",
      "postalCode": "11558",
      "country": "TW"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "text": "母親"
        }
      ],
      "name": {
        "text": "王媽媽"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0922333444"
        }
      ],
      "address": {
        "extension": [
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
            "valueString": "新光里"
          },
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
            "valueString": "六段"
          },
          {
            "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
            "valueString": "488號"
          }
        ],
        "text": "11558臺北市南港區新光里忠孝東路六段488號",
        "line": [
          "忠孝東路"
        ],
        "city": "南港區",
        "district": "臺北市",
        "postalCode": "11558"
      },
      "gender": "female"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "https://sfaa.gov.tw/base/CodeSystem/twss-primary-language",
            "code": "1",
            "display": "國語"
          }
        ]
      },
      "preferred": true
    },
    {
      "language": {
        "text": "阿美語"
      },
      "preferred": false
    }
  ]
}