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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeMedication
IdMedication-01A-Cefuroxime1500GenericExplicit.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Medication",
  "id": "01A-Cefuroxime1500GenericExplicit",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedication"
    ]
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-classification",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.whocc.no/atc",
            "code": "J01DC02",
            "display": "cefuroxime"
          }
        ]
      }
    }
  ],
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "50053000",
        "display": "Powder for solution for injection or infusion"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "372833007",
            "display": "Cefuroxime"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "numerator": {
          "value": 1500,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Vial",
          "system": "http://standardterms.edqm.eu",
          "code": "15060000"
        }
      }
    }
  ]
}