醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

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

: TWCorePatient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "TWCorePatient",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient TWCorePatient</b></p><a name=\"TWCorePatient\"> </a><a name=\"hcTWCorePatient\"> </a><a name=\"hcTWCorePatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0912345678</li><li>台北市北投區明德路365號(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>大吉 綠 (Official) (Male)</li><li>台北市北投區明德路365號(home)</li><li>ph: 0987654321</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NNxxx"
          }
        ]
      },
      "system" : "http://www.moi.gov.tw",
      "value" : "A123456789"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "綠",
      "given" : [
        "胖吉"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0912345678"
    }
  ],
  "gender" : "male",
  "birthDate" : "1987-01-01",
  "address" : [
    {
      "use" : "home",
      "type" : "postal",
      "text" : "台北市北投區明德路365號",
      "line" : [
        "明德路365號"
      ],
      "city" : "台北市",
      "postalCode" : "11219",
      "country" : "Taiwan"
    }
  ],
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "C",
              "display" : "Emergency Contact"
            }
          ]
        }
      ],
      "name" : {
        "use" : "official",
        "family" : "綠",
        "given" : [
          "大吉"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "0987654321"
        }
      ],
      "address" : {
        "use" : "home",
        "type" : "postal",
        "text" : "台北市北投區明德路365號",
        "line" : [
          "明德路365號"
        ],
        "city" : "台北市",
        "postalCode" : "11219",
        "country" : "Taiwan"
      },
      "gender" : "male"
    }
  ]
}