FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Group/102 (XML)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw XML (canonical form + also see XML Format Specification)

Jump past Narrative

General Group Example, Member Based (id = "102")

<?xml version="1.0" encoding="UTF-8"?>

<Group xmlns="http://hl7.org/fhir">
  <id value="102"/> 
  <text> 
    <status value="additional"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> Selected Patients</p> 
      <ul> 
        <li> Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</li> 
        <li> Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</li> 
        <li> Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</li> 
        <li> Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</li> 
      </ul> 
    </div> 
  </text> 
  <type value="person"/> 
  <membership value="enumerated"/> 
  <member> 
    <entity> 
      <reference value="Patient/pat1"/> 
    </entity> 
    <period> 
      <start value="2014-10-08"/> 
    </period> 
  </member> 
  <member> 
    <entity> 
      <reference value="Patient/pat2"/> 
    </entity> 
    <period> 
      <start value="2015-04-02"/> 
    </period> 
    <inactive value="true"/> 
  </member> 
  <member> 
    <entity> 
      <reference value="Patient/pat3"/> 
    </entity> 
    <period> 
      <start value="2015-08-06"/> 
    </period> 
  </member> 
  <member> 
    <entity> 
      <reference value="Patient/pat4"/> 
    </entity> 
    <period> 
      <start value="2015-08-06"/> 
    </period> 
  </member> 
</Group> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.