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/101 (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, Characteristic Based (id = "101")

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

<Group xmlns="http://hl7.org/fhir">
  <id value="101"/> 
  <text> 
    <status value="additional"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> Herd of 25 horses</p> 
      <p> Gender: mixed</p> 
      <p> Owner: John Smith</p> 
    </div> 
  </text> 
  <identifier> 
    <system value="http://someveterinarianclinic.org/fhir/NamingSystem/herds"/> 
    <value value="12345"/> 
  </identifier> 
  <name value="John's herd"/> 
  <type value="animal"/> 
  <membership value="enumerated"/> 
  <code> 
    <text value="Horse"/> 
  </code> 
  <quantity value="25"/> 
  <characteristic> 
    <code> 
      <text value="gender"/> 
    </code> 
    <valueCodeableConcept> 
      <text value="mixed"/> 
    </valueCodeableConcept> 
    <exclude value="false"/> 
  </characteristic> 
  <characteristic> 
    <code> 
      <text value="owner"/> 
    </code> 
    <valueCodeableConcept> 
      <text value="John Smith"/> 
    </valueCodeableConcept> 
    <exclude value="false"/> 
  </characteristic> 
</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.