臺灣血液透析實作指引 (TW HD IG)
0.0.2 - ci-build Taiwan, Province of China flag

臺灣血液透析實作指引 (TW HD IG) - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 範例:血液透析病歷文件 (Composition) - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "hd-composition-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-composition"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/StructureDefinition/hd-composition>     ] [
fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Composition-twcore"^^xsd:anyURI ;
fhir:l <https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Composition-twcore>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition hd-composition-example</b></p><a name=\"hd-composition-example\"> </a><a name=\"hchd-composition-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-hd-composition.html\">血液透析病歷文件 (HD Composition)</a>, <a href=\"https://twcore.mohw.gov.tw/ig/twcore/1.0.0/StructureDefinition-Composition-twcore.html\">TW Core Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34133-9}\">Summary of episode note</span></p><p><b>date</b>: 2024-03-01 10:00:00+0800</p><p><b>author</b>: <a href=\"Organization-hd-org-example.html\">Organization 沐恩血液透析中心</a></p><p><b>title</b>: 血液透析病歷摘要</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:34133-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "34133-9" ] ;
fhir:display [ fhir:v "Summary of episode note" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/hd-patient-example ;
fhir:reference [ fhir:v "Patient/hd-patient-example" ]
  ] ; # 
  fhir:date [ fhir:v "2024-03-01T10:00:00+08:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:l fhir:Organization/hd-org-example ;
fhir:reference [ fhir:v "Organization/hd-org-example" ]
  ] ) ; # 
  fhir:title [ fhir:v "血液透析病歷摘要"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "原發病與感染" ] ;
    ( fhir:entry [
fhir:l fhir:Condition/hd-primary-renal-disease-example ;
fhir:reference [ fhir:v "Condition/hd-primary-renal-disease-example" ]     ] [
fhir:l fhir:Condition/hd-infection-example ;
fhir:reference [ fhir:v "Condition/hd-infection-example" ]     ] )
  ] [
fhir:title [ fhir:v "透析處方與治療" ] ;
    ( fhir:entry [
fhir:l fhir:Procedure/hd-prescription-example ;
fhir:reference [ fhir:v "Procedure/hd-prescription-example" ]     ] [
fhir:l fhir:Procedure/hd-session-example ;
fhir:reference [ fhir:v "Procedure/hd-session-example" ]     ] )
  ] [
fhir:title [ fhir:v "檢驗與評估" ] ;
    ( fhir:entry [
fhir:l fhir:Observation/hd-lab-hb-example ;
fhir:reference [ fhir:v "Observation/hd-lab-hb-example" ]     ] [
fhir:l fhir:Observation/hd-functional-status-example ;
fhir:reference [ fhir:v "Observation/hd-functional-status-example" ]     ] )
  ] ) . #