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

: stp-scenario2-request - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "stp-scenario2-request",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-stoptask"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task stp-scenario2-request</b></p><a name=\"stp-scenario2-request\"> </a><a name=\"hcstp-scenario2-request\"> </a><a name=\"stp-scenario2-request-en-US\"> </a><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-activity-example-stopmedication-ad.html\">Activity Example Stop Medication AD</a></p><p><b>status</b>: Draft</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs stop-activity}\">Stop (discontinue) an activity in progress</span></p><p><b>focus</b>: <a href=\"MedicationRequest-stp-scenario2.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-stp-scenario2-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p></div>"
  },
  "instantiatesCanonical" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-stopmedication-ad",
  "status" : "draft",
  "intent" : "proposal",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code" : "stop-activity",
        "display" : "Stop (discontinue) an activity in progress"
      }
    ]
  },
  "focus" : {
    🔗 "reference" : "MedicationRequest/stp-scenario2"
  },
  "for" : {
    🔗 "reference" : "Patient/stp-scenario2-patient"
  }
}