Argonaut Questionnaire Implementation Guide (Release 1.0.0 )

This page is part of the Argonaut Questionnaire Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

XML Format: Patient-subject1

Download Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="subject1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: subject1</p><p><b>meta</b>: </p><p><b>identifier</b>: 1234</p><p><b>active</b>: true</p><p><b>name</b>: John M Doe </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 19/06/1964</p><p><b>address</b>: 100 Main St
Anytown, CA 99999
USA</p><h3>Communications</h3><table class="grid"><tr><td>-</td><td><b>Language</b></td></tr><tr><td>*</td><td>English <span style="background: LightGoldenRodYellow">(Details : {urn:ietf:bcp:47 code 'en' = 'English', given as 'English'})</span></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="M"/>
  </extension>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="text">
      <valueString value="White"/>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="text">
      <valueString value="Not Hispanic or Latino"/>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2186-5"/>
        <display value="Not Hispanic or Latino"/>
      </valueCoding>
    </extension>
  </extension>
  <identifier>
    <system value="http://example.org/pids"/>
    <value value="1234"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Doe"/>
    <given value="John"/>
    <given value="M"/>
  </name>
  <gender value="male"/>
  <birthDate value="1964-06-19"/>
  <address>
    <text value="100 Main St
Anytown, CA 99999
USA"/>
    <line value="100 Main St"/>
    <city value="Anytown"/>
    <state value="CA"/>
    <postalCode value="99999"/>
    <country value="USA"/>
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en"/>
        <display value="English"/>
      </coding>
      <text value="English"/>
    </language>
  </communication>
</Patient>