Clinical Practice Guidelines (CPG) on EBMonFHIR
0.8.0-snapshot - ci-build

Clinical Practice Guidelines (CPG) on EBMonFHIR - Local Development build (v0.8.0-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example DrugAdministration Action - JSON Representation

Active as of 2024-05-15

Raw json | Download


{
  "resourceType" : "ActivityDefinition",
  "id" : "ExampleDrugAdministrationAction",
  "meta" : {
    "profile" : [
      🔗 "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/drug-administration-action"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"ExampleDrugAdministrationAction\"> </a><a name=\"hcExampleDrugAdministrationAction\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceActivityDefinition &quot;ExampleDrugAdministrationAction&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-drug-administration-action.html\">Drug Administration Action</a></p></div><p><b>knowledgeCapability</b>: computable</p><p><b>knowledgeRepresentationLevel</b>: structured</p><p><b>url</b>: <code>https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/example/recommendation-action/drug-administration-example</code></p><p><b>version</b>: 1.0</p><p><b>name</b>: DrugAdministrationAction</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>subject</b>: Patient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-fhir-types.html\">All FHIR Types</a>#Patient)</span></p><p><b>date</b>: 2024-05-15 06:48:35+0000</p><p><b>publisher</b>: CPGonEBMonFHIR</p><p><b>description</b>: A drug administration that should be performed.</p><p><b>kind</b>: MedicationRequest</p><p><b>code</b>: Administration of substance (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#432102000)</span></p><p><b>product</b>: Dexamethasone (substance) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#372584003; atc#C05AA09 &quot;Dexamethason&quot;)</span></p><blockquote><p><b>dosage</b></p><blockquote><p><b>Dosage Condition</b></p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Body weight <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#29463-7)</span></p><blockquote><p><b>url</b></p><code>value</code></blockquote><p><b>value</b>: ?-70</p></blockquote><p><b>timing</b>: Count 10  times, Duration 10days , Once per 1 days</p><p><b>route</b>: Oral route <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#26643006)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode" : "computable"
    },
    {
      "url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode" : "structured"
    }
  ],
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/example/recommendation-action/drug-administration-example",
  "version" : "1.0",
  "name" : "DrugAdministrationAction",
  "status" : "active",
  "experimental" : true,
  "subjectCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/fhir-types",
        "code" : "Patient"
      }
    ]
  },
  "date" : "2024-05-15T06:48:35+00:00",
  "publisher" : "CPGonEBMonFHIR",
  "description" : "A drug administration that should be performed.",
  "kind" : "MedicationRequest",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "432102000",
        "display" : "Administration of substance (procedure)"
      }
    ]
  },
  "productCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372584003",
        "display" : "Dexamethasone (substance)"
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/atc",
        "code" : "C05AA09",
        "display" : "Dexamethason"
      }
    ]
  },
  "dosage" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "type",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "http://loinc.org",
                    "code" : "29463-7",
                    "display" : "Body weight"
                  }
                ]
              }
            },
            {
              "url" : "value",
              "valueRange" : {
                "high" : {
                  "value" : 70,
                  "unit" : "kg",
                  "system" : "http://unitsofmeasure.org",
                  "code" : "kg"
                }
              }
            }
          ],
          "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ext-dosage-condition"
        }
      ],
      "timing" : {
        "repeat" : {
          "count" : 10,
          "duration" : 10,
          "durationUnit" : "d",
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Oral route"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 6,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          },
          "rateQuantity" : {
            "value" : 1,
            "unit" : "/d",
            "system" : "http://unitsofmeasure.org",
            "code" : "/d"
          }
        }
      ]
    }
  ]
}