hl7-eu-logo
PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build -

PROTECT-CHILD Pediatric Transplant Data Implementation Guide
0.1.0-ci-build - ci-build

PROTECT-CHILD Pediatric Transplant Data Implementation Guide, published by Protect Child. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/protect-child/ and changes regularly. See the Directory of published versions

: Example Clinical Variable - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ClinicalVariableExample1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable"^^xsd:anyURI ;
fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable>     ] )
  ] ; # 
  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: Observation ClinicalVariableExample1</b></p><a name=\"ClinicalVariableExample1\"> </a><a name=\"hcClinicalVariableExample1\"> </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-clinical-variable.html\">Clinical Variable</a></p></div><p><b>identifier</b>: <code>https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id</code>/CV0001</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 55752-0}\">Clinical information</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatientTransplant1.html\">Anonymous Patient Female, DoB Unknown ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)</a></p><p><b>encounter</b>: <a href=\"Encounter-VisitExample1.html\">Encounter: identifier = https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/identifiers/visit#V000001; status = finished; class = ambulatory (v3 Code System ActCode#AMB); type = 1 month visit; period = 2023-09-15 --&gt; (ongoing)</a></p><p><b>note</b>: </p><blockquote><div><p>Patient reports intermittent fatigue.</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-component concomitant-disease}\">Concomitant disease</span></p><p><b>value</b>: <span title=\"Codes:{https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category hypertension}\">Hypertension</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}\">Body weight</span></p><p><b>value</b>: 32.5 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}\">Body height</span></p><p><b>value</b>: 128 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codecm = 'cm')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9192-6}\">Urine output 24 hour</span></p><p><b>value</b>: 1200 ml/day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL/d = 'mL/d')</span></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id"^^xsd:anyURI ;
fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id>     ] ;
fhir:value [ fhir:v "CV0001" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "exam" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:55752-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "55752-0" ] ;
fhir:display [ fhir:v "Clinical information" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/ExamplePatientTransplant1 ;
fhir:reference [ fhir:v "Patient/ExamplePatientTransplant1" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Encounter/VisitExample1 ;
fhir:reference [ fhir:v "Encounter/VisitExample1" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient reports intermittent fatigue." ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-component"^^xsd:anyURI ;
fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-component>         ] ;
fhir:code [ fhir:v "concomitant-disease" ] ;
fhir:display [ fhir:v "Concomitant disease" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category"^^xsd:anyURI ;
fhir:l <https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category>         ] ;
fhir:code [ fhir:v "hypertension" ] ;
fhir:display [ fhir:v "Hypertension" ]       ] )     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:29463-7 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body weight" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 32.5 ] ;
fhir:unit [ fhir:v "kg" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "kg" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:8302-2 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "8302-2" ] ;
fhir:display [ fhir:v "Body height" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "128"^^xsd:decimal ] ;
fhir:unit [ fhir:v "cm" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "cm" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:9192-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>         ] ;
fhir:code [ fhir:v "9192-6" ] ;
fhir:display [ fhir:v "Urine output 24 hour" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1200"^^xsd:decimal ] ;
fhir:unit [ fhir:v "ml/day" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "mL/d" ]     ]
  ] ) . #