This
page
is
part
of
the
FHIR
Specification
(v1.8.0:
STU
3
Draft).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
R2
General Group Example, Member Based (id = "102")
<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"/> <actual value="true"/> <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.