OO Incubator Implementation Guide
0.1.0 - ci-build International flag

OO Incubator Implementation Guide, published by HL7 International / Orders and Observations. 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/HL7/oo-incubator/ and changes regularly. See the Directory of published versions

: pat1

Page standards status: Informative

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="pat1"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient pat1</b></p><a name="pat1"> </a><a name="hcpat1"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Donald Duck (official) Male, DoB Unknown ( Medical record number (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Employer">Employer:</td><td colspan="3"><ul><li>Organization:<a href="Organization-A9999.html">Example Processing Facility</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-A9999.html">Example Processing Facility</a></li><li>Also see: <a href="Patient-pat-example.html">Jim  Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="urn:oid:0.1.2.3.4.5.6.7"/>
    <value value="654321"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Duck"/>
    <given value="Donald"/>
  </name>
  <gender value="male"/>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="E"/>
      </coding>
    </relationship>
    <organization>🔗 
      <reference value="Organization/A9999"/>
      <display value="Example Processing Facility"/>
    </organization>
  </contact>
  <managingOrganization>🔗 
    <reference value="Organization/A9999"/>
    <display value="Example Processing Facility"/>
  </managingOrganization>
  <link>
    <other>🔗 
      <reference value="Patient/pat-example"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>