Clinical Practice Guidelines
2.0.0 - trial-use International flag

Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

: chf-scenario1-encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "chf-scenario1-encounter",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter chf-scenario1-encounter</b></p><a name=\"chf-scenario1-encounter\"> </a><a name=\"hcchf-scenario1-encounter\"> </a><a name=\"chf-scenario1-encounter-en-US\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode IMP</a>: inpatient encounter</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-patient.html\">Patterson, Jeremy Male, DoB: 1949-03-17</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-chf-scenario1-eoc.html\">EpisodeOfCare: extension = http://hl7.org/fhir/uv/cpg/PlanDefinition/chf-pathway; status = active; period = 2019-01-31 05:03:00+0000 --&gt; (ongoing)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"PractitionerRole-chf-scenario1-practitionerrole.html\">PractitionerRole Specialist medical practitioner</a></td></tr></table><p><b>period</b>: 2019-01-31 05:03:00+0000 --&gt; (ongoing)</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-chf-scenario1-condition.html\">Condition Congestive heart failure (disorder)</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 style=\"display: none\">-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-chf-scenario1-location.html\">Location Unit 3 East</a></td><td>Active</td><td>2019-01-31 05:03:00+0000 --&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-patient"
  },
  "episodeOfCare" : [
    {
      🔗 "reference" : "EpisodeOfCare/chf-scenario1-eoc"
    }
  ],
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "PPRF",
              "display" : "primary performer"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/chf-scenario1-practitionerrole"
      }
    }
  ],
  "period" : {
    "start" : "2019-01-31T05:03:00Z"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/chf-scenario1-condition"
      },
      "use" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
            "code" : "AD",
            "display" : "Admission diagnosis"
          }
        ]
      }
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/chf-scenario1-location"
      },
      "status" : "active",
      "period" : {
        "start" : "2019-01-31T05:03:00Z"
      }
    }
  ]
}