Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. See the Directory of published versions

: Practitioner Example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2019-03-06T03:07:57.933-05:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Joseph Nichols</div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="SB"/>
        <display value="Social Beneficiary Identifier"/>
      </coding>
      <text value="US Social Security Number"/>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="000-00-0004"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Nichols"/>
    <given value="Joseph"/>
    <given value="P"/>
    <suffix value="MD"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="800-277-1993"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="joseph.shaw@example.com"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="53 Sunset AveApt 9"/>
    <city value="Tulsa"/>
    <state value="OK"/>
    <postalCode value="74126"/>
    <country value="USA"/>
  </address>
  <gender value="male"/>
  <birthDate value="1963-12-14"/>
</Practitioner>