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

: res-scenario3-request - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "res-scenario3-request",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-resumetask"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task res-scenario3-request</b></p><a name=\"res-scenario3-request\"> </a><a name=\"hcres-scenario3-request\"> </a><a name=\"res-scenario3-request-en-US\"> </a><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-activity-example-resumemedication-ad.html\">Activity Example Resume Medication AD</a></p><p><b>status</b>: Rejected</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs resume-activity}\">Resume an activity currently on hold</span></p><p><b>focus</b>: <a href=\"MedicationRequest-res-scenario3.html\">MedicationRequest: status = active; intent = order; priority = routine; medication[x] = Levothyroxine sodium 75 microgram oral tablet; reasonCode = Hypothyroidism (disorder)</a></p><p><b>for</b>: <a href=\"Patient-res-scenario3-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p></div>"
  },
  "instantiatesCanonical" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-resumemedication-ad",
  "status" : "rejected",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code" : "resume-activity",
        "display" : "Resume an activity currently on hold"
      }
    ]
  },
  "focus" : {
    🔗 "reference" : "MedicationRequest/res-scenario3"
  },
  "for" : {
    🔗 "reference" : "Patient/res-scenario3-patient"
  }
}