Making EHR Data More available for Research and Public Health (MedMorph)
0.1.0 - STU Ballot

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Group example showing Providers participating in healthcare surveys - XML Representation

Raw xml | Download



<Group xmlns="http://hl7.org/fhir">
  <id value="group-example-survey"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-11-29T02:03:28.045+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-survey-practitioner-group"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> Practitioner participating in Healthcare Survey </p> 
      <ul> 
        <li> Practitioner Dr. Joseph Nichols</li> 
      </ul> 
    </div>
  </text>
  <type value="person"/>
  <actual value="true"/>
  <managingEntity>
    <reference value="Organization/example-pha-org"/>
  </managingEntity>
  <member>
    <entity>
      <reference value="Practitioner/1"/>
    </entity>
    <period>
      <start value="2020-11-10"/>
      <end value="2021-11-10"/>
    </period>
  </member>
</Group>