電子病歷交換單張實作指引(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 "com-ds"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Composition-DS"^^xsd:anyURI ;
fhir:link <https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Composition-DS>     ] )
  ] ; # 
  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 com-ds</b></p><a name=\"com-ds\"> </a><a name=\"hccom-ds\"> </a><a name=\"com-ds-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 29304-3}\">Medication dispensed</span></p><p><b>encounter</b>: <a href=\"Encounter-enc-ds.html\">Encounter: status = finished; class = 西醫一般案件 (casetype#01); serviceType = 家醫科; period = 2023-02-23 --&gt; (ongoing)</a></p><p><b>date</b>: 2024-02-19 14:30:00+0100</p><p><b>author</b>: </p><ul><li><a href=\"Organization-org-ds.html\">Organization 洪文武診所</a></li><li><a href=\"Organization-org-dis-ds.html\">Organization 洪文武藥局</a></li><li><a href=\"Practitioner-pra-ds.html\">Practitioner 洪文武(official)</a></li><li><a href=\"Practitioner-pra-dis-ds.html\">Practitioner 洪藥師(official)</a></li></ul><p><b>title</b>: 調劑單張</p><p><b>custodian</b>: <a href=\"Organization-org-dis-ds.html\">Organization 洪文武藥局</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:29304-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29304-3" ] ;
fhir:display [ fhir:v "Medication dispensed" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/pat-ds" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/enc-ds" ]
  ] ; # 
  fhir:date [ fhir:v "2024-02-19T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/org-ds" ]
  ] [
fhir:reference [ fhir:v "Organization/org-dis-ds" ]
  ] [
fhir:reference [ fhir:v "Practitioner/pra-ds" ]
  ] [
fhir:reference [ fhir:v "Practitioner/pra-dis-ds" ]
  ] ) ; # 
  fhir:title [ fhir:v "調劑單張"] ; # 
  fhir:custodian [
fhir:reference [ fhir:v "Organization/org-dis-ds" ]
  ] ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
a loinc:29762-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29762-2" ]       ] ) ;
fhir:text [ fhir:v "Social history Narrative" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Coverage/cov-ds" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:85353-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85353-1" ]       ] ) ;
fhir:text [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/obs-ds" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:29548-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29548-5" ]       ] ) ;
fhir:text [ fhir:v "Diagnosis Narrative" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Condition/con-ds" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:29551-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29551-9" ]       ] ) ;
fhir:text [ fhir:v "Medication prescribed Narrative" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Medication/med-01-ds" ]     ] [
fhir:reference [ fhir:v "MedicationRequest/med-req-01-ds" ]     ] [
fhir:reference [ fhir:v "MedicationDispense/med-dis-01-ds" ]     ] [
fhir:reference [ fhir:v "ChargeItem/cha-ds" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:85647-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85647-6" ]       ] ) ;
fhir:text [ fhir:v "Signature of person collecting or coordinating collection of assessment information Provider" ]     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Media/media-ds" ]     ] )
  ] ) . #