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

FHIR IG analytics

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

Medication - Classification: clotrimazole

Medication - Product Name: Canifug Cremolum

Medication - Device

  • device: Applicator
  • quantity: 1

identifier: https://www.ravimiregister.ee/1033692

doseForm: Cream + pessary

ingredient

Items

-Reference
*Medication: extension = Tube,20 gram; doseForm = Vaginal cream; totalVolume = 1 Tube

ingredient

Items

-Reference
*Medication: extension = Pessary; doseForm = Pessary; totalVolume = 6 Pessary

Source1

{
  "resourceType": "Medication",
  "id": "02A-ClotrimazoleCanifugCremolum",
  "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-classification",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.whocc.no/atc",
            "code": "G01AF02",
            "display": "clotrimazole"
          }
        ]
      }
    },
    {
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname",
      "valueString": "Canifug Cremolum"
    },
    {
      "extension": [
        {
          "url": "device",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://standardterms.edqm.eu",
                "code": "30002000",
                "display": "Applicator"
              }
            ]
          }
        },
        {
          "url": "quantity",
          "valueQuantity": {
            "value": 1
          }
        }
      ],
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-device"
    }
  ],
  "identifier": [
    {
      "system": "https://www.ravimiregister.ee",
      "value": "1033692"
    }
  ],
  "doseForm": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "14001000",
        "display": "Cream + pessary"
      }
    ]
  },
  "ingredient": [
    {
      "item": {
        "reference": {
          "reference": "Medication/02A1-CanifugCremolumCreamItem"
        }
      }
    },
    {
      "item": {
        "reference": {
          "reference": "Medication/02A2-CanifugCremolumPessaryItem"
        }
      }
    }
  ]
}