CH LAB-Order (R4)
3.0.0-ci-build - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: Condition Renal Insuffiency - 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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Renal-insufficiency"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition </b><a name=\"Renal-insufficiency\"> </a><a name=\"hcRenal-insufficiency\"> </a></p><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\">ResourceCondition &quot;Renal-insufficiency&quot; </p></div><p><b>identifier</b>: 12345</p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Mild (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#255604002)</span></p><p><b>code</b>: Chronic renal insufficiency (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#723190009)</span></p><p><b>bodySite</b>: Entire kidney (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#181414000)</span></p><p><b>subject</b>: <a href=\"Patient-HansGuggindieluft.html\">Patient/HansGuggindieluft: HansGuggindieluft</a> &quot; GUGGINDIELUFT&quot;</p><p><b>onset</b>: 2013-04-02</p><p><b>recordedDate</b>: 2013-04-04</p><p><b>recorder</b>: <a href=\"Practitioner-MarcMustermann.html\">Practitioner/MarcMustermann</a> &quot; MUSTERMANN&quot;</p><p><b>asserter</b>: <a href=\"Practitioner-MarcMustermann.html\">Practitioner/MarcMustermann</a> &quot; MUSTERMANN&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "12345" ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ]     ] )
  ] ) ; # 
  fhir:severity [
    ( fhir:coding [
a sct:255604002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "255604002" ] ;
fhir:display [ fhir:v "Mild (qualifier value)" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
a sct:723190009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "723190009" ] ;
fhir:display [ fhir:v "Chronic renal insufficiency (disorder)" ]     ] )
  ] ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:181414000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "181414000" ] ;
fhir:display [ fhir:v "Entire kidney (body structure)" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HansGuggindieluft" ] ;
fhir:display [ fhir:v "HansGuggindieluft" ]
  ] ; # 
  fhir:onset [ fhir:v "2013-04-02"^^xsd:date] ; # 
  fhir:recordedDate [ fhir:v "2013-04-04"^^xsd:date] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/MarcMustermann" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/MarcMustermann" ]
  ] . #