0.1.0 - ci-build International flag

JohnMoehrkeTestCore, published by John Moehrke (himself). 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/JohnMoehrke/testCore/ and changes regularly. See the Directory of published versions

: Example 1 of an immunization - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="ex-immunization-1"/>
  <meta>
    <profile
             value="http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization ex-immunization-1</b></p><a name="ex-immunization-1"> </a><a name="hcex-immunization-1"> </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-JFM.immunization.html">JFM Immunization</a></p></div><p><b>identifier</b>: <code>https://example.org/ImmunizationTO.id</code>/124684 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:">COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE</span></p><p><b>patient</b>: <a href="Patient-ex-patient.html">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>occurrence</b>: 2022-08-08 11:15:28+0000</p><p><b>recorded</b>: 2022-08-08 11:15:28+0000</p><p><b>primarySource</b>: false</p><p><b>note</b>: </p><blockquote><div><p>test</p>
</div></blockquote></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="https://example.org/ImmunizationTO.id"/>
    <value value="124684"/>
  </identifier>
  <status value="completed"/>
  <vaccineCode>
    <text
          value="COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/ex-patient"/>
  </patient>
  <occurrenceDateTime value="2022-08-08T11:15:28Z"/>
  <recorded value="2022-08-08T11:15:28Z"/>
  <primarySource value="false"/>
  <note>
    <text value="test"/>
  </note>
</Immunization>