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

: 醫療影像及報告 Procedure 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TWCoreProcedure"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore>     ] )
  ] ; # 
  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: Procedure TWCoreProcedure</b></p><a name=\"TWCoreProcedure\"> </a><a name=\"hcTWCoreProcedure\"> </a><a name=\"TWCoreProcedure-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw BW24ZZZ}\">胸部腹部CT</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><p><b>performed</b>: 2022-08-12</p><p><b>asserter</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>OnBehalfOf</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></td><td><a href=\"Organization-TWCoreOrganization.html\">Organization 台北榮民總醫院</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 4312008}\">Anterior midline of abdomen</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2021-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BW24ZZZ" ] ;
fhir:display [ fhir:v "胸部及腹部電腦斷層掃描" ]     ] ) ;
fhir:text [ fhir:v "胸部腹部CT" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/TWCorePatient" ]
  ] ; # 
  fhir:performed [ fhir:v "2022-08-12"^^xsd:date] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ]     ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/TWCoreOrganization" ]     ]
  ] ) ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:4312008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4312008" ] ;
fhir:display [ fhir:v "Anterior midline of abdomen" ]     ] )
  ] ) . #