國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG)
0.1.0 - trial-use

This page is part of the 國家級人體生物資料庫整合平台共同資料模式實作指引(NBCT Common Data Model IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patient CRLF example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pat-CRLF",
  "meta" : {
    "profile" : [
      🔗 "https://www.ghd.tw/cdm-fhir/StructureDefinition/PatientCRLF"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-CRLF</b></p><a name=\"pat-CRLF\"> </a><a name=\"hcpat-CRLF\"> </a><a name=\"pat-CRLF-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">甄○康(official) Female, DoB: 1985-01-02 ( CRLF11101001)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">321 </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"病患最後聯絡或死亡日期\"><a href=\"StructureDefinition-CRLF-dlast.html\">Extension CRLF-最後聯絡或死亡日期</a></td><td colspan=\"3\">2024-03-01 00:00:00+0800</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://www.ghd.tw/cdm-fhir/StructureDefinition/CRLF-dlast",
      "valueDateTime" : "2024-03-01T00:00:00+08:00"
    }
  ],
  "identifier" : [
    {
      "value" : "CRLF11101001"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "甄○康"
    }
  ],
  "gender" : "female",
  "birthDate" : "1985-01-02",
  "deceasedBoolean" : true,
  "address" : [
    {
      "postalCode" : "321"
    }
  ]
}