國家級人體生物資料庫整合平台共同資料模式實作指引(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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bun-LABM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/BundleLABM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/BundleLABM> ] )
] ; #
fhir:identifier [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Bundle-LABM" ]
] ; #
fhir:type [ fhir:v "document"] ; #
fhir:timestamp [ fhir:v "2024-07-04T00:00:00+08:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/Composition/com-LABM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/Composition/com-LABM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/Organization/org-LABDM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/Organization/org-LABDM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/Patient/pat-CDM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/Patient/pat-CDM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/Encounter/enc-LABM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/Encounter/enc-LABM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/ChargeItem/cha-CDM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/ChargeItem/cha-CDM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/ChargeItem/cha-LABM-Order"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/ChargeItem/cha-LABM-Order> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/Specimen/spe-LABDM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/Specimen/spe-LABDM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/Observation/obs-LABDM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/Observation/obs-LABDM> )
] [
fhir:fullUrl [ fhir:v "https://www.ghd.tw/cdm-fhir/DiagnosticReport/diag-LABDM"^^xsd:anyURI ] ;
( fhir:resource <https://www.ghd.tw/cdm-fhir/DiagnosticReport/diag-LABDM> )
] ) . #
<https://www.ghd.tw/cdm-fhir/Composition/com-LABM> a fhir:Composition ;
fhir:id [ fhir:v "com-LABM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/CompositionLABM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/CompositionLABM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Composition_com-LABM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Composition com-LABM</b></p><a name=\"com-LABM\"> </a><a name=\"hccom-LABM\"> </a><a name=\"com-LABM-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{https://www.ghd.tw/cdm-fhir/CodeSystem/ReportType 1}\">檢體檢驗報告</span></p><p><b>encounter</b>: <a href=\"Encounter-enc-LABM.html\">Encounter: identifier = https://www.ghd.tw/cdm-fhir#1101100011; status = finished; class = 西醫門診手術 (案件分類#03); period = 2023-05-01 00:00:00+0800 --> 2023-08-01 00:00:00+0800</a></p><p><b>date</b>: 2024-06-05 00:00:00+0000</p><p><b>author</b>: <a href=\"Organization-org-LABDM.html\">Organization: identifier = 11: example123</a></p><p><b>title</b>: 檢驗檢查資料檔每日格式 LABM</p><p><b>custodian</b>: <a href=\"Organization-org-LABDM.html\">Organization: identifier = 11: example123</a></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/ReportType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "檢體檢驗報告" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/enc-LABM" ]
] ; #
fhir:date [ fhir:v "2024-06-05T00:00:00Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/org-LABDM" ]
] ) ; #
fhir:title [ fhir:v "檢驗檢查資料檔每日格式 LABM"] ; #
fhir:custodian [
fhir:reference [ fhir:v "Organization/org-LABDM" ]
] ; #
fhir:section ( [
fhir:code [
( fhir:coding [
a loinc:53242-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53242-4" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "ChargeItem/cha-CDM" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:46209-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "46209-3" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "ChargeItem/cha-LABM-Order" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:53903-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "53903-1" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Specimen/spe-LABDM" ] ] )
] [
fhir:code [
( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "DiagnosticReport/diag-LABDM" ] ] [
fhir:reference [ fhir:v "Observation/obs-LABDM" ] ] )
] ) . #
<https://www.ghd.tw/cdm-fhir/Organization/org-LABDM> a fhir:Organization ;
fhir:id [ fhir:v "org-LABDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/OrganizationLABDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/OrganizationLABDM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_org-LABDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization org-LABDM</b></p><a name=\"org-LABDM\"> </a><a name=\"hcorg-LABDM\"> </a><a name=\"org-LABDM-en-US\"> </a><p><b>identifier</b>: 11/example123</p><p><b>active</b>: true</p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/HospitalCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ] ) ;
fhir:text [ fhir:v "11" ] ] ;
fhir:value [ fhir:v "example123" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] . #
<https://www.ghd.tw/cdm-fhir/Patient/pat-CDM> a fhir:Patient ;
fhir:id [ fhir:v "pat-CDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/PatientCDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/PatientCDM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_pat-CDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient pat-CDM</b></p><a name=\"pat-CDM\"> </a><a name=\"hcpat-CDM\"> </a><a name=\"pat-CDM-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</p><hr/></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNxxx" ] ] ) ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Z199999829" ]
] ) ; #
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] . #
<https://www.ghd.tw/cdm-fhir/Encounter/enc-LABM> a fhir:Encounter ;
fhir:id [ fhir:v "enc-LABM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/EncounterLABM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/EncounterLABM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_enc-LABM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-LABM</b></p><a name=\"enc-LABM\"> </a><a name=\"hcenc-LABM\"> </a><a name=\"enc-LABM-en-US\"> </a><p><b>identifier</b>: <code>https://www.ghd.tw/cdm-fhir</code>/1101100011</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-CaseType.html#CaseType-03\">案件分類 03</a>: 西醫門診手術</p><p><b>subject</b>: <a href=\"Patient-pat-CDM.html\">甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>period</b>: 2023-05-01 00:00:00+0800 --> 2023-08-01 00:00:00+0800</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1101100011" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/CaseType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "03" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2023-05-01T00:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-08-01T00:00:00+08:00"^^xsd:dateTime ]
] . #
<https://www.ghd.tw/cdm-fhir/ChargeItem/cha-CDM> a fhir:ChargeItem ;
fhir:id [ fhir:v "cha-CDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/ChargeItemCDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/ChargeItemCDM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ChargeItem_cha-CDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem cha-CDM</b></p><a name=\"cha-CDM\"> </a><a name=\"hccha-CDM\"> </a><a name=\"cha-CDM-en-US\"> </a><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:{https://www.ghd.tw/cdm-fhir/CodeSystem/DeclarationCategory 1}\">送核</span></p><p><b>subject</b>: <a href=\"Patient-pat-CDM.html\">甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>occurrence</b>: 2024-01-25 00:00:00+0800</p><p><b>enteredDate</b>: 2024-01-25 00:00:00+0800</p></div>"
] ; #
fhir:status [ fhir:v "billable"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://www.ghd.tw/cdm-fhir/CodeSystem/DeclarationCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "送核" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:occurrence [ fhir:v "2024-01-25T00:00:00+08:00"^^xsd:dateTime] ; #
fhir:enteredDate [ fhir:v "2024-01-25T00:00:00+08:00"^^xsd:dateTime] . #
<https://www.ghd.tw/cdm-fhir/ChargeItem/cha-LABM-Order> a fhir:ChargeItem ;
fhir:id [ fhir:v "cha-LABM-Order"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/ChargeItemCMDorder"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/ChargeItemCMDorder> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ChargeItem_cha-LABM-Order\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem cha-LABM-Order</b></p><a name=\"cha-LABM-Order\"> </a><a name=\"hccha-LABM-Order\"> </a><a name=\"cha-LABM-Order-en-US\"> </a><p><b>identifier</b>: 30</p><p><b>status</b>: Billable</p><p><b>code</b>: <span title=\"Codes:\">0</span></p><p><b>subject</b>: <a href=\"Patient-pat-CDM.html\">甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>reason</b>: <span title=\"Codes:{http://snomed.info/sct 107008}\">Fetal part of placenta</span></p><p><b>note</b>: 1</p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "30" ]
] ) ; #
fhir:status [ fhir:v "billable"] ; #
fhir:code [
fhir:text [ fhir:v "0" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:reason ( [
( fhir:coding [
a sct:107008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "107008" ] ;
fhir:display [ fhir:v "Fetal part of placenta" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "1" ]
] ) . #
<https://www.ghd.tw/cdm-fhir/Specimen/spe-LABDM> a fhir:Specimen ;
fhir:id [ fhir:v "spe-LABDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/SpecimenLABDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/SpecimenLABDM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_spe-LABDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Specimen spe-LABDM</b></p><a name=\"spe-LABDM\"> </a><a name=\"hcspe-LABDM\"> </a><a name=\"spe-LABDM-en-US\"> </a><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119297000}\">Blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-pat-CDM.html\">甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-03-01 00:00:00+0800</td><td><span title=\"Codes:{http://snomed.info/sct 278450005}\">278450005</span></td></tr></table><p><b>note</b>: Nil</p></div>"
] ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
( fhir:coding [
a sct:119297000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119297000" ] ;
fhir:display [ fhir:v "Blood specimen" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:collection [
fhir:collected [ fhir:v "2024-03-01T00:00:00+08:00"^^xsd:dateTime ] ;
fhir:method [
( fhir:coding [
a sct:278450005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "278450005" ] ;
fhir:display [ fhir:v "Finger-prick sampling" ] ] ) ;
fhir:text [ fhir:v "278450005" ] ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Nil" ]
] ) . #
<https://www.ghd.tw/cdm-fhir/Observation/obs-LABDM> a fhir:Observation ;
fhir:id [ fhir:v "obs-LABDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/ObservationLABDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/ObservationLABDM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_obs-LABDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation obs-LABDM</b></p><a name=\"obs-LABDM\"> </a><a name=\"hcobs-LABDM\"> </a><a name=\"obs-LABDM-en-US\"> </a><p><b>identifier</b>: 11</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw 09002C}\">血中尿素氮</span></p><p><b>subject</b>: <a href=\"Patient-pat-CDM.html\">甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-enc-LABM.html\">Encounter: identifier = https://www.ghd.tw/cdm-fhir#1101100011; status = finished; class = 西醫門診手術 (案件分類#03); period = 2023-05-01 00:00:00+0800 --> 2023-08-01 00:00:00+0800</a></p><p><b>effective</b>: 2024-03-01 00:00:00+0800</p><p><b>value</b>: 16.6 mg/dL</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation W}\">Chest 1 view PA</span></p><p><b>note</b>: 0</p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 58207001}\">Competitive protein binding assay</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td> </td><td>50.1</td></tr><tr><td style=\"display: none\">*</td><td>0.1</td><td> </td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "11" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "09002C" ] ] ) ;
fhir:text [ fhir:v "血中尿素氮" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/enc-LABM" ]
] ; #
fhir:effective [ fhir:v "2024-03-01T00:00:00+08:00"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "16.6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg/dL" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "W" ] ] ) ;
fhir:text [ fhir:v "Chest 1 view PA" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "0" ]
] ) ; #
fhir:method [
( fhir:coding [
a sct:58207001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58207001" ] ] )
] ; #
fhir:referenceRange ( [
fhir:high [
fhir:value [ fhir:v "50.1"^^xsd:decimal ] ]
] [
fhir:low [
fhir:value [ fhir:v "0.1"^^xsd:decimal ] ]
] ) . #
<https://www.ghd.tw/cdm-fhir/DiagnosticReport/diag-LABDM> a fhir:DiagnosticReport ;
fhir:id [ fhir:v "diag-LABDM"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ghd.tw/cdm-fhir/StructureDefinition/DiagnosticReportLABDM"^^xsd:anyURI ;
fhir:link <https://www.ghd.tw/cdm-fhir/StructureDefinition/DiagnosticReportLABDM> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_diag-LABDM\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport diag-LABDM</b></p><a name=\"diag-LABDM\"> </a><a name=\"hcdiag-LABDM\"> </a><a name=\"diag-LABDM-en-US\"> </a><h2><span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw 09002C}\">血中尿素氮</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>甄○康(official) Female, DoB: 1985-01-02 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-obs-LABDM.html\"><span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw 09002C}\">血中尿素氮</span></a></td><td>16.6 mg/dL</td><td><50.1<br/>>0.1</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation W}\">Chest 1 view PA</span></td><td>0</td><td>2024-03-01 00:00:00+0800</td></tr></table><p>0</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ;
fhir:display [ fhir:v "Laboratory" ] ] ) ;
fhir:text [ fhir:v "Laboratory" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "09002C" ] ;
fhir:display [ fhir:v "血中尿素氮" ] ] ) ;
fhir:text [ fhir:v "血中尿素氮" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/pat-CDM" ]
] ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/obs-LABDM" ]
] ) ; #
fhir:conclusion [ fhir:v "0"] . #
IG © 2023+ 國家級人體生物資料庫整合平台. Package CDM#0.1.0 based on FHIR 4.0.1. Generated 2025-01-22
Links: Table of Contents |
QA Report