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

FHIR IG analytics

Packageihe.pharm.mpd
Resource TypeMedication
IdMedication-02A1-CanifugCremolumCreamItem.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 02A1-CanifugCremolumCreamItem

Medication - Unit of presentation: Tube

Medication - Size of Item: 20 gram (Details: UCUM codeg = 'g')

doseForm: Vaginal cream

totalVolume: 1 Tube (Details: standardterms.edqm.eu code15058000 = 'Tube')

ingredient

Items

-Concept
*Clotrimazole

isActive: true

strength: 10 milligram (Details: UCUM codemg = 'mg')/1 gram (Details: UCUM codeg = 'g')


Source1

{
  "resourceType": "Medication",
  "id": "02A1-CanifugCremolumCreamItem",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedication"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "15058000",
            "display": "Tube"
          }
        ]
      }
    },
    {
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-sizeofitem",
      "valueQuantity": {
        "value": 20,
        "unit": "gram",
        "system": "http://unitsofmeasure.org",
        "code": "g"
      }
    }
  ],
  "doseForm": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10901000",
        "display": "Vaginal cream"
      }
    ]
  },
  "totalVolume": {
    "value": 1,
    "unit": "Tube",
    "system": "http://standardterms.edqm.eu",
    "code": "15058000"
  },
  "ingredient": [
    {
      "item": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "387325003",
              "display": "Clotrimazole"
            }
          ]
        }
      },
      "isActive": true,
      "strengthRatio": {
        "numerator": {
          "value": 10,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "gram",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        }
      }
    }
  ]
}