臺灣血液透析實作指引 (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

: 範例:原發腎臟疾病(糖尿病腎病變) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hd-primary-renal-disease-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.muen.tw/ig/hd/StructureDefinition/hd-primary-renal-disease"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/StructureDefinition/hd-primary-renal-disease>     ] )
  ] ; # 
  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: Condition hd-primary-renal-disease-example</b></p><a name=\"hd-primary-renal-disease-example\"> </a><a name=\"hchd-primary-renal-disease-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\">Profile: <a href=\"StructureDefinition-hd-primary-renal-disease.html\">原發腎臟疾病 (HD Primary Renal Disease)</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 127013003}, {https://fhir.muen.tw/ig/hd/CodeSystem/primary-renal-disease-major B}, {https://fhir.muen.tw/ig/hd/CodeSystem/primary-renal-disease B-03}\">糖尿病腎病變</span></p><p><b>subject</b>: <a href=\"Patient-hd-patient-example.html\">王小明(official) Male, DoB: 1965-03-12 ( Medical record number (use: official, ))</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical>       ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-category>       ] ;
fhir:code [ fhir:v "problem-list-item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:127013003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "127013003" ] ;
fhir:display [ fhir:v "Diabetic renal disease" ]     ] [
fhir:system [
fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/primary-renal-disease-major"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/primary-renal-disease-major>       ] ;
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "系統性疾病" ]     ] [
fhir:system [
fhir:v "https://fhir.muen.tw/ig/hd/CodeSystem/primary-renal-disease"^^xsd:anyURI ;
fhir:l <https://fhir.muen.tw/ig/hd/CodeSystem/primary-renal-disease>       ] ;
fhir:code [ fhir:v "B-03" ] ;
fhir:display [ fhir:v "糖尿病" ]     ] ) ;
fhir:text [ fhir:v "糖尿病腎病變" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/hd-patient-example ;
fhir:reference [ fhir:v "Patient/hd-patient-example" ]
  ] . #