醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 病人基本資料範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/patient-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>病人基本資料</b></h3><blockquote><p><b>識別碼型別</b>:National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx <b>[extension: <a href=\"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix\">Identifier Suffix</a>]:</b>TWN)</span><br/><b>身分證字號(official)</b>A123456789 (http://www.moi.gov.tw)</p></blockquote><blockquote><p><b>識別碼型別</b>:Medical record number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#MR)</span><br/><b>病歷號(official)</b>:70892114 (https://www.cgh.org.tw)</p></blockquote><p><b>姓名(official)</b>:安格斯</p><p><b>性別</b>:Male <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#male)</span></p><p><b>出生日期</b>:2000-02-02</p></div>"
  },
  "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" : "A123456789"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "https://www.cgh.org.tw",
      "value" : "70892114"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "text" : "安格斯"
    }
  ],
  "gender" : "male",
  "birthDate" : "2000-02-02"
}