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 No DrugAdministration Action - JSON Representation

Active as of 2024-05-15

Raw json | Download


{
  "resourceType" : "ActivityDefinition",
  "id" : "ExampleNoDrugAdministrationAction",
  "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=\"ExampleNoDrugAdministrationAction\"> </a><a name=\"hcExampleNoDrugAdministrationAction\"> </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;ExampleNoDrugAdministrationAction&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/no-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 not 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>doNotPerform</b>: true</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></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/no-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 not be performed.",
  "kind" : "MedicationRequest",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "432102000",
        "display" : "Administration of substance (procedure)"
      }
    ]
  },
  "doNotPerform" : true,
  "productCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372584003",
        "display" : "Dexamethasone (substance)"
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/atc",
        "code" : "C05AA09",
        "display" : "Dexamethason"
      }
    ]
  }
}