電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build
This page is part of the 電子病歷交換單張實作指引(EMR-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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "IC-Obs3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckObservation"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckObservation> ] )
] ; #
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: Observation IC-Obs3</b></p><a name=\"IC-Obs3\"> </a><a name=\"hcIC-Obs3\"> </a><a name=\"IC-Obs3-en-US\"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/9876</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:{http://loinc.org 6690-2}\">全套血液檢查 CBC-I</span></p><p><b>subject</b>: <a href=\"Patient-IC-Pat2.html\">黃睿駿(official) Male, DoB: 1999-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>effective</b>: 2022-03-30 --> 2022-04-06</p><p><b>performer</b>: <a href=\"Practitioner-IC-Pra7.html\">Practitioner 賴一施</a></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation RR}\">正常</span></p><p><b>note</b>: 無</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 420135007}\">血液</span></p><p><b>specimen</b>: <a href=\"Specimen-IC-Spe4.html\">Specimen</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span></p><p><b>value</b>: 7.33 10^3/ul</p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>3.8-10.0</td></tr></table></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://www.vghtpe.gov.tw/Index.action"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9876" ]
] ) ; #
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:display [ fhir:v "Laboratory" ] ] ) ;
fhir:text [ fhir:v "Laboratory" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:6690-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6690-2" ] ;
fhir:display [ fhir:v "Leukocytes [#/volume] in Blood by Automated count" ] ] ) ;
fhir:text [ fhir:v "全套血液檢查 CBC-I" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/IC-Pat2" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2022-03-30"^^xsd:date ] ;
fhir:end [ fhir:v "2022-04-06"^^xsd:date ]
] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/IC-Pra7" ]
] ) ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RR" ] ] ) ;
fhir:text [ fhir:v "正常" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "無" ]
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:420135007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "420135007" ] ;
fhir:display [ fhir:v "Whole blood" ] ] ) ;
fhir:text [ fhir:v "血液" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "Specimen/IC-Spe4" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:58410-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "58410-2" ] ;
fhir:display [ fhir:v "CBC panel - Blood by Automated count" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "7.33"^^xsd:decimal ] ;
fhir:unit [ fhir:v "10^3/ul" ] ] ;
( fhir:referenceRange [
fhir:text [ fhir:v "3.8-10.0" ] ] )
] ) . #
IG © 2023+ 衛生福利部. Package tw.gov.mohw.emr#0.1.0 based on FHIR 4.0.1. Generated 2024-08-23
Links: Table of Contents |
QA Report