This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of group

{"Group": {
  "text": {
    "status": "additional",
    "div": "<div>\n      <p>Herd of 25 horses<\/p>\n      <p>Gender: mixed<\/p>\n      <p>Owner: John Smith<\/p>\n    <\/div>"
  },
  "name": {"value": "John's herd"},
  "actual": {"value": "org.hl7.fhir.instance.model.Boolean@32fbca58"},
  "quantity": {"value": "25"},
  "code": {"text": {"value": "Horse"}},
  "characteristic": [
    {
      "valueString": {"value": "mixed"},
      "type": {"text": {"value": "gender"}}
    },
    {
      "valueString": {"value": "John Smith"},
      "type": {"text": {"value": "owner"}}
    }
  ],
  "type": "animal"
}}