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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pat-CRLF"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/PatientCRLF"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/PatientCRLF> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/CRLF-dlast"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2024-03-01T00:00:00+08:00"^^xsd:dateTime ]
] ) ; #
fhir:identifier ( [
fhir:value [ fhir:v "CRLF11101001" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "甄○康" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1985-01-02"^^xsd:date] ; #
fhir:deceased [ fhir:v "true"^^xsd:boolean] ; #
fhir:address ( [
fhir:postalCode [ fhir:v "321" ]
] ) . #