臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 相關人士 - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "rel-per-example",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/RelatedPerson-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson rel-per-example</b></p><a name=\"rel-per-example\"> </a><a name=\"hcrel-per-example\"> </a><a name=\"rel-per-example-en-US\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-pat-example.html\">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NIECE}\">niece</span></p><p><b>name</b>: 陳簡伊(Official)</p><p><b>telecom</b>: ph: 0911595995(Mobile)</p><p><b>birthDate</b>: 1996-01-28</p><p><b>address</b>: 臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室</p></div>"
  },
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/pat-example"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "NIECE",
          "display" : "niece"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "陳簡伊",
      "family" : "Chen",
      "given" : [
        "Jian Yi"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0911595995",
      "use" : "mobile"
    }
  ],
  "birthDate" : "1996-01-28",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-section",
          "valueString" : "三段"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString" : "210號"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-village",
          "valueString" : "大有里"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-neighborhood",
          "valueString" : "19鄰"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-lane",
          "valueString" : "52巷"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-alley",
          "valueString" : "6弄"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-floor",
          "valueString" : "2樓"
        },
        {
          "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-room",
          "valueString" : "C室"
        }
      ],
      "text" : "臺北市大同區大有里19鄰承德路三段52巷6弄210號2樓C室",
      "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-code3-tw",
                  "code" : "103"
                }
              ]
            }
          }
        ]
      },
      "country" : "TW"
    }
  ]
}