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-excipient-1.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-excipient-1

Language: en

Profile: Ingredient (ePI)

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

status: Active

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

role: Excipient

substance

Codes

-Concept
*Pregelatinised starch

Source1

{
  "resourceType": "Ingredient",
  "id": "ingredient-epi-type2-example-paracetamol-excipient-1",
  "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-excipient-1"
  },
  "status": "active",
  "for": [
    {
      "reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
    }
  ],
  "role": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "100000072082",
        "display": "Excipient"
      }
    ]
  },
  "substance": {
    "code": {
      "concept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/smswi",
            "code": "100000000001",
            "display": "Pregelatinised starch"
          }
        ]
      }
    }
  }
}