FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeEpisodeOfCare
IdEpisodeOfCare-2014.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "2014",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-episode-of-care"
    ]
  },
  "identifier": [
    {
      "system": "http://mockup.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": [
        {
          "code": "hacc",
          "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "display": "Home and Community Care"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/burnt-ear"
      },
      "role": {
        "coding": [
          {
            "code": "CC",
            "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "display": "Chief complaint"
          }
        ]
      },
      "rank": 1
    }
  ],
  "patient": {
    "reference": "Patient/patient-israeli"
  },
  "managingOrganization": {
    "reference": "Organization/hospital-department"
  },
  "period": {
    "start": "2014-09-01"
  },
  "referralRequest": [
    {
      "display": "Referral from Example Aged Care Services"
    }
  ],
  "careManager": {
    "reference": "Practitioner/md"
  },
  "team": [
    {
      "reference": "CareTeam/example",
      "display": "example care team"
    }
  ],
  "account": [
    {
      "reference": "Account/example-account",
      "display": "example account"
    }
  ]
}