FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | MedicationKnowledge |
| Id | MedicationKnowledge-definition-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationKnowledge definition-example
Profile: CRMI MedicationKnowledge Definition
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)
{
"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)"
]
}