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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeIngredient
IdIngredient-ingredient-epi-type2-example-paracetamol-active.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: Ingredient ingredient-epi-type2-example-paracetamol-active

Language: en

Profile: Ingredient (ePI)

identifier: http://example.org/identifier/ingredient-epi-type2-example-paracetamol-active

status: Active

for: ManufacturedItemDefinition: identifier = http://example.org/identifier#mid-epi-type2-example-paracetamol; status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet

role: Active

function: API

group: Chemical

substance

Codes

-Concept
*Paracetamol

Strengths

-Presentation[x]
*500 mg (Details: UCUM codemg = 'mg')/1 tablet (Details: EDQM Standard Terms code10219000 = 'Tablet')

Source1

{
  "resourceType": "Ingredient",
  "id": "ingredient-epi-type2-example-paracetamol-active",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": {
    "system": "http://example.org/identifier",
    "value": "ingredient-epi-type2-example-paracetamol-active"
  },
  "status": "active",
  "for": [
    {
      "reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
    }
  ],
  "role": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "100000072072",
        "display": "Active"
      }
    ]
  },
  "function": [
    {
      "coding": [
        {
          "system": "https://spor.ema.europa.eu/rmswi",
          "code": "100000136065",
          "display": "API"
        }
      ]
    }
  ],
  "group": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "100000136179",
        "display": "Chemical"
      }
    ]
  },
  "substance": {
    "code": {
      "concept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/smswi",
            "code": "100000000000",
            "display": "Paracetamol"
          }
        ]
      }
    },
    "strength": [
      {
        "presentationRatio": {
          "numerator": {
            "value": 500,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          },
          "denominator": {
            "value": 1,
            "unit": "tablet",
            "system": "http://standardterms.edqm.eu",
            "code": "10219000"
          }
        }
      }
    ]
  }
}