Canonical Resource Management Infrastructure Implementation Guide
2.0.0-ballot - STU 2 - Ballot International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Shareable MedicationKnowledge Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationKnowledge",
  "id" : "shareable-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablemedicationknowledge"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationKnowledge shareable-example</b></p><a name=\"shareable-example\"> </a><a name=\"hcshareable-example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-crmi-shareablemedicationknowledge.html\">CRMI Shareable MedicationKnowledge</a></p></div><p><b>Artifact URL</b>: <a href=\"http://example.org/MedicationKnowledge/shareable-example\">http://example.org/MedicationKnowledge/shareable-example</a></p><p><b>ArtifactVersion</b>: 0.1.0</p><p><b>Artifact Version Policy</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes strict}\">Strict</span></p><p><b>Artifact Title</b>: Shareable MedicationKnowledge Example</p><p><b>Artifact Experimental</b>: true</p><p><b>Artifact Publisher</b>: Clinical Decision Support WG</p><p><b>Artifact Description</b>: </p><div><p>Example of a MedicationKnowledge resource as a shareable non-canonical artifact.</p>\n</div><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/ndc 0069-2587-10}\">Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) &gt; 10 mL in 1 VIAL (0069-2587-03) (package)</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title=\"Codes:{http://snomed.info/sct 385219001}\">Solution for injection</span></p><p><b>amount</b>: 50 mg/ml</p><p><b>synonym</b>: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-url",
      "valueUri" : "http://example.org/MedicationKnowledge/shareable-example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-version",
      "valueString" : "0.1.0"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
            "code" : "strict"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-title",
      "valueString" : "Shareable MedicationKnowledge Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-experimental",
      "valueBoolean" : true
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-publisher",
      "valueString" : "Clinical Decision Support WG"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-description",
      "valueMarkdown" : "Example of a MedicationKnowledge resource as a shareable non-canonical artifact."
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/ndc",
        "code" : "0069-2587-10",
        "display" : "Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) > 10 mL in 1 VIAL (0069-2587-03) (package)"
      }
    ]
  },
  "status" : "active",
  "doseForm" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "385219001",
        "display" : "Solution for injection"
      }
    ]
  },
  "amount" : {
    "value" : 50,
    "unit" : "mg/ml"
  },
  "synonym" : [
    "Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)"
  ]
}