0.5.12 - ci-build

SpaceflightHealthSimulationsReferenceDocumentation - Local Development build (v0.5.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Dive Medical Clearance - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="ExampleDiveMedicalClearance"/>
  <meta>
    <profile
             value="https://mitre.org/fhir/space-health/StructureDefinition/DiveMedicalClearance"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure ExampleDiveMedicalClearance</b></p><a name="ExampleDiveMedicalClearance"> </a><a name="hcExampleDiveMedicalClearance"> </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-DiveMedicalClearance.html">Dive Medical Clearance</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 79492003}">Diving medical examination</span></p><p><b>subject</b>: <a href="Patient-janeway.html">Catherine Janeway  (no stated gender), DoB Unknown</a></p><p><b>performed</b>: 2025-05-15 14:00:00+0000</p><p><b>outcome</b>: <span title="Codes:">Cleared for diving operations</span></p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="79492003"/>
      <display value="Diving medical examination"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/janeway"/>
  </subject>
  <performedDateTime value="2025-05-15T14:00:00Z"/>
  <outcome>
    <text value="Cleared for diving operations"/>
  </outcome>
</Procedure>