DSTU2 QA Preview

This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). 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

Episodeofcare-example.json

Raw JSON (canonical form)

Episode of Care example

{
  "resourceType": "EpisodeOfCare",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>\n      HACC Program for Peter James Chalmers at HL7 Healthcare 15 Sept 2014 - current<br/>\n\t\t\twas on leave from 22 Sept - 24 Sept while in respite care\n    </div>"
  },
  "identifier": [
    {
      "system": "http://example.org/sampleepisodeofcare-identifier",
      "value": "123"
    }
  ],
  "status": "active",
  "statusHistory": [
    {
      "status": "planned",
      "period": {
        "start": "2014-09-01",
        "end": "2014-09-14"
      }
    },
    {
      "status": "active",
      "period": {
        "start": "2014-09-15",
        "end": "2014-09-21"
      }
    },
    {
      "status": "onhold",
      "period": {
        "start": "2014-09-22",
        "end": "2014-09-24"
      }
    },
    {
      "status": "active",
      "period": {
        "start": "2014-09-25"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://example.org/EpisodeOfCare/Type",
          "code": "HACC",
          "display": "Home and Community Care Package"
        }
      ]
    }
  ],
  "condition": [
    {
      "reference": "Condition/example",
      "display": "Severe burn of left ear"
    }
  ],
  "patient": {
    "reference": "Patient/example"
  },
  "managingOrganization": {
    "reference": "Organization/hl7"
  },
  "period": {
    "start": "2014-09-01"
  },
  "referralRequest": [
    {
      "display": "Referral from Example Aged Care Services"
    }
  ],
  "careManager": {
    "reference": "Practitioner/14",
    "display": "Amanda Assigned"
  },
  "careTeam": [
    {
      "role": [
        {
          "coding": [
            {
              "system": "http://example.org/EpisodeOfCare/Role",
              "code": "AO",
              "display": "Assessment Worker"
            }
          ]
        }
      ],
      "period": {
        "start": "2014-09-01",
        "end": "2014-09-16"
      },
      "member": {
        "reference": "Practitioner/13",
        "display": "Henry Seven"
      }
    }
  ]
}

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.