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

FHIR IG analytics

Packageihe.pharm.meow
Resource TypeMedication
IdMedication-02A2-CanifugCremolumPessaryItem.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 02A2-CanifugCremolumPessaryItem

doseForm: Pessary

totalVolume: 6 Pessary (Details: standardterms.edqm.eu code15039000 = 'Pessary')

ingredient

Items

-Concept
*Clotrimazole

isActive: true

strength: 100 milligram (Details: UCUM codemg = 'mg')/1 Pessary (Details: standardterms.edqm.eu code15039000 = 'Pessary')


Source1

{
  "resourceType": "Medication",
  "id": "02A2-CanifugCremolumPessaryItem",
  "meta": {
    "profile": [
      "http://profiles.ihe.net/PHARM/MEOW/StructureDefinition/IHEMedication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "doseForm": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10909000",
        "display": "Pessary"
      }
    ]
  },
  "totalVolume": {
    "value": 6,
    "unit": "Pessary",
    "system": "http://standardterms.edqm.eu",
    "code": "15039000"
  },
  "ingredient": [
    {
      "item": {
        "concept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "387325003",
              "display": "Clotrimazole"
            }
          ]
        }
      },
      "isActive": true,
      "strengthRatio": {
        "numerator": {
          "value": 100,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Pessary",
          "system": "http://standardterms.edqm.eu",
          "code": "15039000"
        }
      }
    }
  ]
}