電子病歷交換單張實作指引(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

: 檢驗檢查 Composition example - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IC-Com8"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckComposition"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckComposition>     ] )
  ] ; # 
  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: Composition IC-Com8</b></p><a name=\"IC-Com8\"> </a><a name=\"hcIC-Com8\"> </a><a name=\"IC-Com8-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">檢驗檢查</span></p><p><b>encounter</b>: <a href=\"Encounter-IC-Enc6.html\">Encounter: identifier = https://www.vghtpe.gov.tw/Index.action#Encounter唯一碼; status = finished; class = observation encounter (ActCode#OBSENC); serviceType = General surgery (qualifier value); period = 2022-03-30 --&gt; (ongoing)</a></p><p><b>date</b>: 2023-01-04 13:01:56+0800</p><p><b>author</b>: </p><ul><li><a href=\"Organization-IC-Org1.html\">Organization 國立臺灣大學醫學院附設醫院</a></li><li><a href=\"Practitioner-IC-Pra5.html\">Practitioner 賴護士</a></li><li><a href=\"Practitioner-IC-Pra7.html\">Practitioner 賴一施</a></li></ul><p><b>title</b>: 檢驗檢查</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ] ;
fhir:display [ fhir:v "Laboratory report" ]     ] ) ;
fhir:text [ fhir:v "檢驗檢查" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/IC-Pat2" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/IC-Enc6" ]
  ] ; # 
  fhir:date [ fhir:v "2023-01-04T13:01:56+08:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/IC-Org1" ]
  ] [
fhir:reference [ fhir:v "Practitioner/IC-Pra5" ]
  ] [
fhir:reference [ fhir:v "Practitioner/IC-Pra7" ]
  ] ) ; # 
  fhir:title [ fhir:v "檢驗檢查"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "檢驗檢查中的檢驗資料" ] ;
fhir:code [
      ( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/IC-Obs3" ]     ] [
fhir:reference [ fhir:v "Specimen/IC-Spe4" ]     ] )
  ] ) . #