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. For a full list of available versions, see the Directory of published versions

Bundle/am-scenario7

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Bundle",
  "id" : "am-scenario7",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://example.org/GuidanceResponse/am-scenario7",
      "resource" : {
        "resourceType" : "GuidanceResponse",
        "id" : "am-scenario7",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>module</b>: <a href=\"http://hl7.org/fhir/uv/cpg/Library/AdministerMedication\">http://hl7.org/fhir/uv/cpg/Library/AdministerMedication</a></p><p><b>status</b>: success</p><p><b>subject</b>: <a href=\"#Patient_am-scenario7\">See above (Patient/am-scenario7)</a></p><p><b>outputParameters</b>: <a name=\"output\"> </a></p><blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: Inclusion Criteria</p><p><b>value</b>: true</p></blockquote><blockquote><p><b>parameter</b></p><p><b>name</b>: Is Recommendation Applicable</p><p><b>value</b>: false</p></blockquote></blockquote></div>"
        },
        "contained" : [
          {
            "resourceType" : "Parameters",
            "id" : "output",
            "parameter" : [
              {
                "name" : "Inclusion Criteria",
                "valueBoolean" : true
              },
              {
                "name" : "Is Recommendation Applicable",
                "valueBoolean" : false
              }
            ]
          }
        ],
        "moduleCanonical" : "http://hl7.org/fhir/uv/cpg/Library/AdministerMedication",
        "status" : "success",
        "subject" : {
          "reference" : "Patient/am-scenario7"
        },
        "outputParameters" : {
          "reference" : "#output"
        }
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationAdministration/am-scenario7",
      "resource" : {
        "resourceType" : "MedicationAdministration",
        "id" : "am-scenario7",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: not-done</p><p><b>medication</b>: <span title=\"Codes: {http://snomed.info/sct 333919005}\">Fentanyl 25micrograms/hour patch (product)</span></p><p><b>subject</b>: <a href=\"#Patient_am-scenario7\">See above (Patient/am-scenario7)</a></p><p><b>effective</b>: Jan 15, 2015 9:03:00 PM --&gt; Jan 16, 2015 1:03:00 AM</p><p><b>request</b>: <a href=\"#MedicationRequest_am-scenario7\">See above (MedicationRequest/am-scenario7)</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td>-</td><td><b>Text</b></td><td><b>Dose</b></td></tr><tr><td>*</td><td>apply one patch three times per week</td><td>1 patch</td></tr></table></div>"
        },
        "status" : "not-done",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "333919005",
              "display" : "Fentanyl 25micrograms/hour patch (product)"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/am-scenario7"
        },
        "effectivePeriod" : {
          "start" : "2015-01-15T22:03:00+01:00",
          "end" : "2015-01-16T02:03:00+01:00"
        },
        "request" : {
          "reference" : "MedicationRequest/am-scenario7"
        },
        "dosage" : {
          "text" : "apply one patch three times per week",
          "dose" : {
            "value" : 1,
            "unit" : "patch",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "PATCH"
          }
        }
      }
    },
    {
      "fullUrl" : "http://example.org/MedicationRequest/am-scenario7",
      "resource" : {
        "resourceType" : "MedicationRequest",
        "id" : "am-scenario7",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>medication</b>: <span title=\"Codes: {http://snomed.info/sct 333919005}\">Fentanyl 25micrograms/hour patch (product)</span></p><p><b>subject</b>: <a href=\"#Patient_am-scenario7\">See above (Patient/am-scenario7)</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2015-01-15 --&gt; 2016-01-15</p><p><b>quantity</b>: 6 patch</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>"
        },
        "status" : "active",
        "intent" : "order",
        "priority" : "routine",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "333919005",
              "display" : "Fentanyl 25micrograms/hour patch (product)"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/am-scenario7"
        },
        "dosageInstruction" : [
          {
            "sequence" : 1,
            "text" : "apply one patch three times per week",
            "timing" : {
              "repeat" : {
                "frequency" : 3,
                "period" : 1,
                "periodUnit" : "wk"
              }
            },
            "doseAndRate" : [
              {
                "type" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                      "code" : "ordered",
                      "display" : "Ordered"
                    }
                  ]
                },
                "doseQuantity" : {
                  "value" : 1,
                  "unit" : "patch",
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
                  "code" : "PATCH"
                }
              }
            ]
          }
        ],
        "dispenseRequest" : {
          "validityPeriod" : {
            "start" : "2015-01-15",
            "end" : "2016-01-15"
          },
          "quantity" : {
            "value" : 6,
            "unit" : "patch",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "PATCH"
          },
          "expectedSupplyDuration" : {
            "value" : 14,
            "unit" : "days",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          }
        }
      }
    },
    {
      "fullUrl" : "http://example.org/Patient/am-scenario7",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "am-scenario7",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>name</b>: Example Patient</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1990-10-01</p><p><b>deceased</b>: false</p></div>"
        },
        "active" : true,
        "name" : [
          {
            "use" : "usual",
            "text" : "Example Patient",
            "family" : "Patient",
            "given" : [
              "Example"
            ]
          }
        ],
        "gender" : "female",
        "birthDate" : "1990-10-01",
        "deceasedBoolean" : false
      }
    },
    {
      "fullUrl" : "http://example.org/Task/request-am-scenario7",
      "resource" : {
        "resourceType" : "Task",
        "id" : "request-am-scenario7",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>instantiatesCanonical</b>: <a href=\"http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-administermedication\">http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-administermedication</a></p><p><b>status</b>: in-progress</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type administer-medication}\">Administer a medication</span></p><p><b>for</b>: <a href=\"#Patient_am-scenario7\">See above (Patient/am-scenario7)</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type administer-medication}\">Administer a medication</span></td><td><a href=\"#MedicationRequest_am-scenario7\">See above (MedicationRequest/am-scenario7)</a></td></tr></table></div>"
        },
        "instantiatesCanonical" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-administermedication",
        "status" : "in-progress",
        "intent" : "order",
        "code" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type",
              "code" : "administer-medication",
              "display" : "Administer a medication"
            }
          ]
        },
        "for" : {
          "reference" : "Patient/am-scenario7"
        },
        "input" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type",
                  "code" : "administer-medication",
                  "display" : "Administer a medication"
                }
              ]
            },
            "valueReference" : {
              "reference" : "MedicationRequest/am-scenario7"
            }
          }
        ]
      }
    }
  ]
}