AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Observation xmlns="http://hl7.org/fhir">
<id value="satO2"/>
<meta>
<security>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationValue"/>
<code value="AIAST"/>
<display value="Artificial Intelligence asserted"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation satO2</b></p><a name="satO2"> </a><a name="hcsatO2"> </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">Security Label: Artificial Intelligence asserted (Details: ObservationValue code AIAST = 'Artificial Intelligence asserted')</p></div><p><b>identifier</b>: <code>http://example.org/observation/id</code>/o1223435-10</p><p><b>partOf</b>: <a href="http://server.example.org/fhir/Procedure/ob">http://server.example.org/fhir/Procedure/ob</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}">Vital Signs</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 2708-6}, {http://loinc.org 59408-5}, {urn:iso:std:iso:11073:10101 150456}">Oxygen saturation in Arterial blood</span></p><p><b>subject</b>: <a href="http://server.example.org/fhir/Patient/f201">http://server.example.org/fhir/Patient/f201</a></p><p><b>effective</b>: 2014-12-05 09:30:10+0100</p><p><b>performer</b>: <a href="http://server.example.org/fhir/Practitioner/pract">http://server.example.org/fhir/Practitioner/pract</a></p><p><b>value</b>: 95 %<span style="background: LightGoldenRodYellow"> (Details: UCUM code% = '%')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal (applies to non-numeric results)</span></p><p><b>device</b>: <a href="Device-TheAI.html">Device: extension = Large Language Models; identifier = http://example.org/ehr/client-ids#goodhealth; manufacturer = Acme Devices, Inc; type = All kinds of Artificial Intelligence; contact = http://example.org</a></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>90 %<span style="background: LightGoldenRodYellow"> (Details: UCUM code% = '%')</span></td><td>99 %<span style="background: LightGoldenRodYellow"> (Details: UCUM code% = '%')</span></td></tr></table></div>
</text>
<identifier>
<system value="http://example.org/observation/id"/>
<value value="o1223435-10"/>
</identifier>
<partOf>
<reference value="http://server.example.org/fhir/Procedure/ob"/>
</partOf>
<status value="final"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<code value="vital-signs"/>
<display value="Vital Signs"/>
</coding>
</category>
<code>
<coding>
<system value="http://loinc.org"/>
<code value="2708-6"/>
<display value="Oxygen saturation in Arterial blood"/>
</coding>
<coding>
<system value="http://loinc.org"/>
<code value="59408-5"/>
<display value="Oxygen saturation in Arterial blood by Pulse oximetry"/>
</coding>
<coding>
<system value="urn:iso:std:iso:11073:10101"/>
<code value="150456"/>
<display value="MDC_PULS_OXIM_SAT_O2"/>
</coding>
</code>
<subject>
<reference value="http://server.example.org/fhir/Patient/f201"/>
</subject>
<effectiveDateTime value="2014-12-05T09:30:10+01:00"/>
<performer>
<reference value="http://server.example.org/fhir/Practitioner/pract"/>
</performer>
<valueQuantity>
<value value="95"/>
<unit value="%"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</valueQuantity>
<interpretation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<code value="N"/>
<display value="Normal"/>
</coding>
<text value="Normal (applies to non-numeric results)"/>
</interpretation>
<device>🔗
<reference value="Device/TheAI"/>
</device>
<referenceRange>
<low>
<value value="90"/>
<unit value="%"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</low>
<high>
<value value="99"/>
<unit value="%"/>
<system value="http://unitsofmeasure.org"/>
<code value="%"/>
</high>
</referenceRange>
</Observation>