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 "ImageComposition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ImageComposition"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ImageComposition> ] )
] ; #
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 ImageComposition</b></p><a name=\"ImageComposition\"> </a><a name=\"hcImageComposition\"> </a><a name=\"ImageComposition-en-US\"> </a><p><b>identifier</b>: <code>https://dep.mohw.gov.tw/</code>/202212231005</p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18782-3}\">Radiology Study observation (narrative)</span></p><p><b>encounter</b>: <a href=\"Encounter-TWCoreEncounter.html\">Encounter: status = finished; class = pre-admission (ActCode#PRENC); period = 2022-08-01 17:00:14-0500 --> 2022-08-01 18:00:14-0500; reasonCode = Primary malignant neoplasm of lung (disorder)</a></p><p><b>date</b>: 2022-12-23 14:30:00+0800</p><p><b>author</b>: <a href=\"Organization-TWCoreOrganization.html\">Organization 台北榮民總醫院</a></p><p><b>title</b>: 醫療影像及報告</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Official</td><td><a href=\"Organization-TWCoreOrganization.html\">Organization 台北榮民總醫院</a></td></tr></table></div>"
] ; #
fhir:identifier [
fhir:system [ fhir:v "https://dep.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "202212231005" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:18782-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18782-3" ] ;
fhir:display [ fhir:v "Radiology Study observation (narrative)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/TWCorePatient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/TWCoreEncounter" ]
] ; #
fhir:date [ fhir:v "2022-12-23T14:30:00+08:00"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Organization/TWCoreOrganization" ]
] ) ; #
fhir:title [ fhir:v "醫療影像及報告"] ; #
fhir:attester ( [
fhir:mode [ fhir:v "official" ] ;
fhir:party [
fhir:reference [ fhir:v "Organization/TWCoreOrganization" ] ]
] ) ; #
fhir:section ( [
fhir:title [ fhir:v "Relevant diagnostic tests/laboratory data Narrative" ] ;
fhir:code [
( fhir:coding [
a loinc:30954-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30954-2" ] ;
fhir:display [ fhir:v "Relevant diagnostic tests/laboratory data Narrative" ] ] ) ] ;
( fhir:entry [
fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ] ] [
fhir:reference [ fhir:v "Condition/TWCoreCondition" ] ] [
fhir:reference [ fhir:v "ImagingStudy/ImagingStudyBase" ] ] [
fhir:reference [ fhir:v "Observation/ObservationImagingResult" ] ] [
fhir:reference [ fhir:v "DiagnosticReport/ImageDiagnosticReport" ] ] )
] ) . #