FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi.r4
Resource TypeMedicationKnowledge
IdMedicationKnowledge-definition-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationKnowledge definition-example

code: Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) > 10 mL in 1 VIAL (0069-2587-03) (package)

status: Active

doseForm: Solution for injection

amount: 50 mg/ml

synonym: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)


Source1

{
  "resourceType": "MedicationKnowledge",
  "id": "definition-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationknowledgedefinition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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)"
  ]
}