LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="ObservationExample"/>
<meta>
<extension
url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id">
<valueString value="99999"/>
</extension>
<extension
url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id">
<valueString value="b069a545-9506-40c6-8498-23de2e189143"/>
</extension>
<source value="http://acme-health.com/emr1"/>
<profile
value="http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-observation"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="ObservationExample"> </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">Resource Observation "ObservationExample" </p><p style="margin-bottom: 0px">Information Source: http://acme-health.com/emr1!</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-cdm-observation.html">CDM Observation</a></p></div><p><b>identifier</b>: Source System Row Identifier: 0fe09359-fe8a-42b3-8000-b73b0f6ea96f(use: OFFICIAL)</p><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-observation-category.html">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Blood pressure panel <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#35094-2)</span></p><p><b>subject</b>: <a href="Patient-CDMPatientInstance.html">Patient/CDMPatientInstance</a> " MCLASTNAME"</p><p><b>encounter</b>: <a href="Encounter-CDMEncounterExample.html">Encounter/CDMEncounterExample</a></p><p><b>effective</b>: 2020-04-15 12:00:00+0000</p><p><b>performer</b>: <a href="PractitionerRole-CDMPractitionerRole-EMR-PCP.html">PractitionerRole/CDMPractitionerRole-EMR-PCP</a></p><p><b>interpretation</b>: Critical high <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#HH)</span></p><p><b>bodySite</b>: Right arm <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#368209003)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Systolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8480-6)</span></p><p><b>value</b>: 159 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p><p><b>interpretation</b>: Critical high <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#HH)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Diastolic blood pressure <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#8462-4)</span></p><p><b>value</b>: 108 mm[Hg]<span style="background: LightGoldenRodYellow"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p><p><b>interpretation</b>: Critical high <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/4.0.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#HH)</span></p></blockquote></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system
value="http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type"/>
<code value="SSRI"/>
</coding>
</type>
<system value="http://acme-health.com/emr1/observation"/>
<value value="0fe09359-fe8a-42b3-8000-b73b0f6ea96f"/>
<assigner>
<display value="Acme Health - EMR1"/>
</assigner>
</identifier>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="35094-2"/>
<display value="Blood pressure panel"/>
</coding>
</code>
<subject>
<reference value="Patient/CDMPatientInstance"/>
</subject>
<encounter>
<reference value="Encounter/CDMEncounterExample"/>
</encounter>
<effectiveDateTime value="2020-04-15T00:00:00Z"/>
<performer>
<reference value="PractitionerRole/CDMPractitionerRole-EMR-PCP"/>
</performer>
<interpretation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<code value="HH"/>
<display value="Critical high"/>
</coding>
</interpretation>
<bodySite>
<coding>
<system value="http://snomed.info/sct"/>
<code value="368209003"/>
<display value="Right arm"/>
</coding>
</bodySite>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8480-6"/>
<display value="Systolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<extension
url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/converted-quantity">
<valueQuantity>
<value value="159"/>
<unit value="mm[Hg]"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</extension>
<value value="159"/>
<unit value="mm[Hg]"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
<interpretation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<code value="HH"/>
<display value="Critical high"/>
</coding>
</interpretation>
</component>
<component>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="8462-4"/>
<display value="Diastolic blood pressure"/>
</coding>
</code>
<valueQuantity>
<extension
url="http://linuxforhealth.org/fhir/cdm/StructureDefinition/converted-quantity">
<valueQuantity>
<value value="108"/>
<unit value="mm[Hg]"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
</extension>
<value value="108"/>
<unit value="mm[Hg]"/>
<system value="http://unitsofmeasure.org"/>
<code value="mm[Hg]"/>
</valueQuantity>
<interpretation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<code value="HH"/>
<display value="Critical high"/>
</coding>
</interpretation>
</component>
</Observation>
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report