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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeMedication
IdMedication-05A-Tilidin-Branded.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": "05A-Tilidin-Branded",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedication"
    ]
  },
  "extension": [
    {
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-productname",
      "valueString": "Tilidin HEXAL® comp Lösung, 50/4 mg je 0,72 ml Tropfen zum Einnehmen, Lösung"
    },
    {
      "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-unitofpresentation",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://standardterms.edqm.eu",
            "code": "15022000",
            "display": "Drop"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "value": "12345"
    }
  ],
  "manufacturer": {
    "display": "Hexal AG"
  },
  "form": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10101000",
        "display": "Oral drops, solution"
      }
    ]
  },
  "ingredient": [
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "373562008",
            "display": "Tilidine"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "extension": [
          {
            "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "96186004",
                  "display": "Tilidine hydrochloride"
                }
              ]
            }
          }
        ],
        "numerator": {
          "value": 50,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 20,
          "unit": "Drop",
          "system": "http://standardterms.edqm.eu",
          "code": "15022000"
        }
      }
    },
    {
      "itemCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "372890007",
            "display": "Naloxone"
          }
        ]
      },
      "isActive": true,
      "strength": {
        "extension": [
          {
            "url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medication-strengthsubstance",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "21518006",
                  "display": "Naloxone hydrochloride"
                }
              ]
            }
          }
        ],
        "numerator": {
          "value": 4,
          "unit": "milligram",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 20,
          "unit": "Drop",
          "system": "http://standardterms.edqm.eu",
          "code": "15022000"
        }
      }
    }
  ]
}