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

: 出院病摘 醫學影像檢查-ImagingStudy 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:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DMS-Img16"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DMSImagingStudy"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DMSImagingStudy>     ] )
  ] ; # 
  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: ImagingStudy DMS-Img16</b></p><a name=\"DMS-Img16\"> </a><a name=\"hcDMS-Img16\"> </a><a name=\"DMS-Img16-en-US\"> </a><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-DMS-Pat2.html\">黃睿駿 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>started</b>: 2023-08-21 00:00:00+0800</p><p><b>referrer</b>: <a href=\"Practitioner-DMS-Pra23.html\">Practitioner 賴一施</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 181007}\">出血性支氣管肺炎</span></p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>[not stated] : X光</td><td>[not stated] : 胸部</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/DMS-Pat2" ]
  ] ; # 
  fhir:started [ fhir:v "2023-08-21T00:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:referrer [
fhir:reference [ fhir:v "Practitioner/DMS-Pra23" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:181007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "181007" ]     ] ) ;
fhir:text [ fhir:v "出血性支氣管肺炎" ]
  ] ) ; # 
  fhir:series ( [
fhir:uid [ fhir:v "1" ] ;
fhir:modality [
fhir:display [ fhir:v "X光" ]     ] ;
fhir:bodySite [
fhir:display [ fhir:v "胸部" ]     ]
  ] ) . #