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
<Observation xmlns="http://hl7.org/fhir">
<id value="ClinicalVariableExample1"/>
<meta>
<profile
value="https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/clinical-variable"/>
</meta>
<text>
<status value="generated"/>
<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 --> (ongoing)</a></p><p><b>note</b>: </p><blockquote><div><p>Patient reports intermittent fatigue.</p>
</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>
</text>
<identifier>
<system
value="https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/clinical-variable-id"/>
<value value="CV0001"/>
</identifier>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="exam"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="55752-0"/>
<display value="Clinical information"/>
</coding>
</code>
<subject>🔗
<reference value="Patient/ExamplePatientTransplant1"/>
</subject>
<encounter>🔗
<reference value="Encounter/VisitExample1"/>
</encounter>
<note>
<text value="Patient reports intermittent fatigue."/>
</note>
<component>
<code>
<coding>
<system
value="https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/clinical-variable-component"/>
<code value="concomitant-disease"/>
<display value="Concomitant disease"/>
</coding>
</code>
<valueCodeableConcept>
<coding>
<system
value="https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/concomitant-disease-category"/>
<code value="hypertension"/>
<display value="Hypertension"/>
</coding>
</valueCodeableConcept>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="29463-7"/>
<display value="Body weight"/>
</coding>
</code>
<valueQuantity>
<value value="32.5"/>
<unit value="kg"/>
<system value="http://unitsofmeasure.org"/>
<code value="kg"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8302-2"/>
<display value="Body height"/>
</coding>
</code>
<valueQuantity>
<value value="128"/>
<unit value="cm"/>
<system value="http://unitsofmeasure.org"/>
<code value="cm"/>
</valueQuantity>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="9192-6"/>
<display value="Urine output 24 hour"/>
</coding>
</code>
<valueQuantity>
<value value="1200"/>
<unit value="ml/day"/>
<system value="http://unitsofmeasure.org"/>
<code value="mL/d"/>
</valueQuantity>
</component>
</Observation>