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

: ep-scenario4-encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "ep-scenario4-encounter",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter ep-scenario4-encounter</b></p><a name=\"ep-scenario4-encounter\"> </a><a name=\"hcep-scenario4-encounter\"> </a><a name=\"ep-scenario4-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-ep-scenario4-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-ep-scenario4-eoc.html\">EpisodeOfCare: extension = http://hl7.org/fhir/uv/cpg/PlanDefinition/activity-example-pathway-pd; status = active</a></p></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/ep-scenario4-patient"
  },
  "episodeOfCare" : [
    {
      🔗 "reference" : "EpisodeOfCare/ep-scenario4-eoc"
    }
  ]
}