FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Encounter/chf-scenario1

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Encounter",
  "id" : "chf-scenario1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: in-progress</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 183807002}\">Inpatient stay 9 days</span></p><p><b>priority</b>: <span title=\"Codes: {http://snomed.info/sct 394849002}\">High priority</span></p><p><b>subject</b>: <a href=\"Patient-chf-scenario1.html\">Generated Summary: active; Patterson, Jeremy; gender: male; birthDate: 1949-03-17; </a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-chf-scenario1.html\">Generated Summary: status: active; period: Jan 31, 2019 5:03:00 AM --&gt; (ongoing)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"PractitionerRole-chf-scenario1.html\">Generated Summary: active; <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-persona 2212}\">Specialist medical practitioner</span>; <span title=\"Codes: {http://snomed.info/sct 394579002}\">Cardiology</span></a></td></tr></table><p><b>period</b>: Jan 31, 2019 5:03:00 AM --&gt; (ongoing)</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td>-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td>*</td><td><a href=\"Condition-chf-scenario1.html\">Generated Summary: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span>; <span title=\"Codes: {http://snomed.info/sct 42343007}\">Congestive heart failure (disorder)</span>; onset: Jan 31, 2019 5:03:00 AM</a></td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/diagnosis-role AD}\">Admission diagnosis</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td>*</td><td><a href=\"Location-chf-scenario1.html\">Generated Summary: status: active; name: Unit 3 East; mode: instance; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode CVDX}\">Cardiovascular diagnostics or therapeutics unit</span></a></td><td>active</td><td>Jan 31, 2019 5:03:00 AM --&gt; (ongoing)</td></tr></table></div>"
  },
  "status" : "in-progress",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "183807002",
          "display" : "Inpatient stay 9 days"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "394849002",
        "display" : "High priority"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/chf-scenario1"
  },
  "episodeOfCare" : [
    {
      "reference" : "EpisodeOfCare/chf-scenario1"
    }
  ],
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "individual" : {
        "reference" : "PractitionerRole/chf-scenario1"
      }
    }
  ],
  "period" : {
    "start" : "2019-01-31T05:03:00Z"
  },
  "diagnosis" : [
    {
      "condition" : {
        "reference" : "Condition/chf-scenario1"
      },
      "use" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code" : "AD",
            "display" : "Admission diagnosis"
          }
        ]
      }
    }
  ],
  "location" : [
    {
      "location" : {
        "reference" : "Location/chf-scenario1"
      },
      "status" : "active",
      "period" : {
        "start" : "2019-01-31T05:03:00Z"
      }
    }
  ]
}