AI Transparency on FHIR
0.1.0 - ci-build International flag

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

: Bundle of AI generated resources - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c"/>
  <type value="transaction"/>
  <entry>
    <fullUrl value="urn:uuid:730779b1-7952-470a-8ea3-8f1ad87ff18f"/>
    <resource>
      <Patient>
        <id value="730779b1-7952-470a-8ea3-8f1ad87ff18f"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Patient_730779b1-7952-470a-8ea3-8f1ad87ff18f"> </a><p class="res-header-id"><b>Generated Narrative: Patient 730779b1-7952-470a-8ea3-8f1ad87ff18f</b></p><a name="730779b1-7952-470a-8ea3-8f1ad87ff18f"> </a><a name="hc730779b1-7952-470a-8ea3-8f1ad87ff18f"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">ALTON WALSH Male, DoB: 1969-04-13 ( http://hl7.org/fhir/sid/us-medicare#MedicareHIC#230b1ffe-aa8a-35ba-0be6428831b5c4e5)</p><hr/></div>
        </text>
        <identifier>
          <system value="http://hl7.org/fhir/sid/us-medicare"/>
          <value value="230b1ffe-aa8a-35ba-0be6428831b5c4e5"/>
        </identifier>
        <name>
          <text value="ALTON WALSH"/>
          <family value="WALSH"/>
          <given value="ALTON"/>
        </name>
        <gender value="male"/>
        <birthDate value="1969-04-13"/>
      </Patient>
    </resource>
    <request>
      <method value="PUT"/>
      <url
           value="Patient?identifier=http://hl7.org/fhir/sid/us-medicare|230b1ffe-aa8a-35ba-0be6428831b5c4e5"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="urn:uuid:608c4de1-1ab6-4bfe-b2e4-dca6b19223f0"/>
    <resource>
      <Observation>
        <id value="608c4de1-1ab6-4bfe-b2e4-dca6b19223f0"/>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_608c4de1-1ab6-4bfe-b2e4-dca6b19223f0"> </a><p class="res-header-id"><b>Generated Narrative: Observation 608c4de1-1ab6-4bfe-b2e4-dca6b19223f0</b></p><a name="608c4de1-1ab6-4bfe-b2e4-dca6b19223f0"> </a><a name="hc608c4de1-1ab6-4bfe-b2e4-dca6b19223f0"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 41995-2}">Hemoglobin A1c [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href="Bundle-b3c1f2d4-5c8e-4b0a-9f6d-7c8e1f2d4b5c.html#urn-uuid-730779b1-7952-470a-8ea3-8f1ad87ff18f">Bundle: type = transaction</a></p><p><b>effective</b>: 2025-02-18</p><p><b>value</b>: 9.4 %<span style="background: LightGoldenRodYellow"> (Details: UCUM  code% = '%')</span></p><p><b>note</b>: </p><blockquote><div><p>Reference Range: 4.0-6.0%</p>
</div></blockquote></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system value="http://loinc.org"/>
            <code value="41995-2"/>
            <display value="Hemoglobin A1c [Mass/volume] in Blood"/>
          </coding>
          <text value="Hemoglobin A1c [Mass/volume] in Blood"/>
        </code>
        <subject>
          <reference value="urn:uuid:730779b1-7952-470a-8ea3-8f1ad87ff18f"/>
        </subject>
        <effectiveDateTime value="2025-02-18"/>
        <valueQuantity>
          <value value="9.4"/>
          <unit value="%"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="%"/>
        </valueQuantity>
        <note>
          <text value="Reference Range: 4.0-6.0%"/>
        </note>
      </Observation>
    </resource>
    <request>
      <method value="POST"/>
      <url value="Observation"/>
    </request>
  </entry>
</Bundle>