0.1.0 - ci-build International flag

JohnMoehrkeTestBundle, 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/testBundle/ and changes regularly. See the Directory of published versions

: List example of ListX - XML Representation

Raw xml | Download


<List xmlns="http://hl7.org/fhir">
  <id value="ex-ListX"/>
  <meta>
    <profile
             value="http://johnmoehrke.github.io/testbundle/StructureDefinition/ListX"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">hello world</div>
  </text>
  <status value="current"/>
  <mode value="working"/>
  <subject>🔗 
    <reference value="Patient/ex-Patient"/>
  </subject>
  <entry>
    <item>🔗 
      <reference value="DocumentReference/ex-DocumentReferenceX"/>
    </item>
  </entry>
</List>