Release 4B Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.3.0: R4B - STU ). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Episodeofcare-example.json

Example EpisodeOfCare/example (JSON)

Patient Administration Work Group Maturity Level : N/A Standards Status : Informative Compartments : Patient , Practitioner

Raw JSON ( canonical form + also see JSON Format Specification )

Episode of Care example

{
  "resourceType": "EpisodeOfCare",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\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>"

  "resourceType" : "EpisodeOfCare",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\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"

  "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",
  "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"
      }

  },
  {
    "status" : "active",
    "period" : {
      "start" : "2014-09-15",
      "end" : "2014-09-21"

    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "code": "hacc",
          "display": "Home and Community Care"
        }
      ]

  },
  {
    "status" : "onhold",
    "period" : {
      "start" : "2014-09-22",
      "end" : "2014-09-24"

    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/stroke"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code": "CC",
            "display": "Chief complaint"
          }
        ]
      },
      "rank": 1

  },
  {
    "status" : "active",
    "period" : {
      "start" : "2014-09-25"

    }
  ],
  "patient": {
    "reference": "Patient/example"

  }],
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
      "code" : "hacc",
      "display" : "Home and Community Care"
    }]
  }],
  "diagnosis" : [{
    "condition" : {
      "reference" : {
        "reference" : "Condition/stroke"
      }
    },
    "role" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
        "code" : "CC",
        "display" : "Chief complaint"
      }]
    },
    "rank" : 1
  }],
  "patient" : {
    "reference" : "Patient/example"

  },
  "managingOrganization": {
    "reference": "Organization/hl7"

  "managingOrganization" : {
    "reference" : "Organization/hl7"

  },
  "period": {
    "start": "2014-09-01"

  "period" : {
    "start" : "2014-09-01"

  },
  "referralRequest": [
    {
      "display": "Referral from Example Aged Care Services"
    }
  ],
  "careManager": {
    "reference": "Practitioner/14",
    "display": "Amanda Assigned"

  "referralRequest" : [{
    "display" : "Referral from Example Aged Care Services"
  }],
  "careManager" : {
    "reference" : "Practitioner/14",
    "display" : "Amanda Assigned"

  },
  "team": [
    {
      "reference": "CareTeam/example",
      "display": "example care team"
    }
  ],
  "account": [
    {
      "reference": "Account/example",
      "display": "example account"
    }
  ]

  "careTeam" : [{
    "reference" : "CareTeam/example",
    "display" : "example care team"
  }],
  "account" : [{
    "reference" : "Account/example",
    "display" : "example account"
  }]

}

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.