MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example observation - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="ObservationInstance"/>
  <meta>
    <profile
             value="https://fhir.bbmri-eric.eu/StructureDefinition/miabis-observation"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation ObservationInstance</b></p><a name="ObservationInstance"> </a><a name="hcObservationInstance"> </a><a name="ObservationInstance-en-US"> </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-miabis-observation.html">Observation</a></p></div><p><b>identifier</b>: observationId</p><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://loinc.org 52797-8}">Diagnosis ICD code [Identifier]</span></p><p><b>subject</b>: <a href="Patient-example.html">Anonymous Patient Male, DoB: 1980-01-01 ( donorId)</a></p><p><b>effective</b>: 2020-01-01</p><p><b>value</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10 A01}">Typhoid and paratyphoid fevers</span></p><p><b>specimen</b>: <a href="Specimen-example.html">Specimen: extension = https://directory.bbmri-eric.eu/#bbmri:exampleID; identifier = sampleId; type = Buffy coat; note = This is a restriction of sample usage</a></p></div>
  </text>
  <identifier>
    <value value="observationId"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="52797-8"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <effectiveDateTime value="2020-01-01"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10"/>
      <code value="A01"/>
    </coding>
  </valueCodeableConcept>
  <specimen>🔗 
    <reference value="Specimen/example"/>
  </specimen>
</Observation>