Canonical Resource Management Infrastructure Implementation Guide
1.1.0-cibuild - cibuild International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Example MedicationKnowledge Definition - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationKnowledge",
  "id" : "definition-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationknowledgedefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationKnowledge definition-example</b></p><a name=\"definition-example\"> </a><a name=\"hcdefinition-example\"> </a><a name=\"definition-example-en-US\"> </a><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>"
  },
  "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)"
  ]
}