Vital Records Death Reporting FHIR Implementation Guide
1.2.0 - STU 2 Ballot

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v1.2.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Certifier Instance Example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="cb1219bc-785f-431c-9f56-b8fbbe78bc4d"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-07-21T01:29:51.589+00:00"/>
    <source value="#oHTVk2uNpGANjZpI"/>
    <profile
             value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Certifier"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 2233445511</p><p><b>name</b>: Doctor Middle Last (OFFICIAL)</p><p><b>address</b>: 11 Example Street Line 2 Bedford MA 01730 United States </p><h3>Qualifications</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>id: 789123456</td><td><span title="Codes: {http://snomed.info/sct 309343006}">Physician</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="2233445511"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Last"/>
    <given value="Doctor"/>
    <given value="Middle"/>
    <suffix value="Jr."/>
  </name>
  <address>
    <line value="11 Example Street"/>
    <line value="Line 2"/>
    <city value="Bedford"/>
    <district value="Middlesex"/>
    <state value="MA"/>
    <postalCode value="01730"/>
    <country value="United States"/>
  </address>
  <qualification>
    <identifier>
      <value value="789123456"/>
    </identifier>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309343006"/>
        <display value="Physician"/>
      </coding>
    </code>
  </qualification>
</Practitioner>