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

FHIR IG analytics

Packageihe.pharm.meow
Resource TypeMedication
IdMedication-01A-Cefuroxime1500GenericExplicit.json
FHIR VersionR5

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: Medication 01A-Cefuroxime1500GenericExplicit

Medication - Classification: cefuroxime

doseForm: Powder for solution for injection or infusion

ingredient

Items

-Concept
*Cefuroxime

isActive: true

strength: 1500 milligram (Details: UCUM codemg = 'mg')/1 Vial (Details: standardterms.edqm.eu code15060000 = 'Vial')


Source1

{
  "resourceType": "Medication",
  "id": "01A-Cefuroxime1500GenericExplicit",
  "meta": {
    "profile": [
      "http://profiles.ihe.net/PHARM/MEOW/StructureDefinition/IHEMedication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://profiles.ihe.net/PHARM/MEOW/StructureDefinition/ihe-ext-medication-classification",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.whocc.no/atc",
            "code": "J01DC02",
            "display": "cefuroxime"
          }
        ]
      }
    }
  ],
  "doseForm": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "50053000",
        "display": "Powder for solution for injection or infusion"
      }
    ]
  },
  "ingredient": [
    {
      "item": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "372833007",
              "display": "Cefuroxime"
            }
          ]
        }
      },
      "isActive": true,
      "strengthRatio": {
        "numerator": {
          "value": 1500,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Vial",
          "system": "http://standardterms.edqm.eu",
          "code": "15060000"
        }
      }
    }
  ]
}