MedMorph Research Data Exchange Content IG
0.1.0 - CI Build

MedMorph Research Data Exchange Content IG, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph-research-dex-ig/ and changes regularly. See the Directory of published versions

: Patient Example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2019-04-23T10:30:54.819-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Dominique369 Ledner144</div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://example.healthcare.org"/>
    <value value="1213208"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Ledner144"/>
    <given value="Dominique369"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="800-504-7344"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="brian.gracia@example.healthcare.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1965-06-22"/>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <line value="25 Church St"/>
    <city value="Bixby"/>
    <state value="OK"/>
    <postalCode value="74008"/>
    <country value="USA"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="36629006"/>
      <display value="Legally married"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en"/>
        <display value="English"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
  <generalPractitioner>
    <reference value="Practitioner/1"/>
  </generalPractitioner>
  <managingOrganization>
    <reference value="Organization/example-healthcare-org"/>
    <display value="Healthcare Example"/>
  </managingOrganization>
</Patient>