0.1.0 - CI Build

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

: example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Example patient used by alert examples</p></div>
  </text>
  <identifier>
    <system value="http://example.org/mrn"/>
    <value value="12345"/>
  </identifier>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
</Patient>