Sha256: d7d6a06569ed478aa81068085b3f8d7322004b2e041c86fde676a1340952b493
Contents?: true
Size: 1.06 KB
Versions: 11
Compression:
Stored size: 1.06 KB
Contents
<?xml version="1.0" encoding="UTF-8"?><CareTeam xmlns="http://hl7.org/fhir"> <id value="example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Care Team</div> </text> <contained> <Practitioner> <id value="pr1"/> <name> <family value="Dietician"/> <given value="Dorothy"/> </name> <role> <specialty> <text value="Dietician"/> </specialty> </role> </Practitioner> </contained> <subject> <reference value="Patient/example"/> <display value="Peter James Chalmers"/> </subject> <period> <end value="2013-01-01"/> </period> <participant> <role> <text value="responsiblePerson"/> </role> <member> <reference value="Patient/example"/> <display value="Peter James Chalmers"/> </member> </participant> <participant> <role> <text value="adviser"/> </role> <member> <reference value="#pr1"/> <display value="Dorothy Dietition"/> </member> </participant> </CareTeam>
Version data entries
11 entries across 11 versions & 1 rubygems