Sha256: 02b630c78c999d9ddf3fe8ab093474767bb7967695e3d2af052ddc114fc169b1

Contents?: true

Size: 1.98 KB

Versions: 10

Compression:

Stored size: 1.98 KB

Contents

{
  "resourceType": "EpisodeOfCare",
  "id": "example",
  "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://terminology.hl7.org/CodeSystem/episodeofcare-type",
          "code": "hacc",
          "display": "Home and Community Care"
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": {
        "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"
  },
  "period": {
    "start": "2014-09-01"
  },
  "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"
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.2.2 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.2.1 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.2.0 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.1.2 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.1.1 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.1.0 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.0.2 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.0.1 lib/fhir_models/examples/json/episodeofcare-example.json
fhir_models-4.0.0 lib/fhir_models/examples/json/episodeofcare-example.json