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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypePackagedProductDefinition
IdPackagedProductDefinition-ppd-epi-type2-example-paracetamol.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: PackagedProductDefinition ppd-epi-type2-example-paracetamol

Language: en

Profile: PackagedProductDefinition (ePI)

identifier: http://example.org/identifier/ppd-epi-type2-example-paracetamol

packageFor: MedicinalProductDefinition: identifier = http://ema.europa.eu/identifier#WONDERDRUG-500MG; domain = Human use; status = Active; legalStatusOfSupply = Medicinal product subject to medical prescription

status: Active

packaging

type: Box

quantity: 1

packaging

type: Blister

containedItem

Items

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

amount: 30 Tablet


Source1

{
  "resourceType": "PackagedProductDefinition",
  "id": "ppd-epi-type2-example-paracetamol",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifier",
      "value": "ppd-epi-type2-example-paracetamol"
    }
  ],
  "packageFor": [
    {
      "reference": "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"
    }
  ],
  "status": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/publication-status",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "packaging": {
    "type": {
      "coding": [
        {
          "system": "https://spor.ema.europa.eu/rmswi",
          "code": "100000073498",
          "display": "Box"
        }
      ]
    },
    "quantity": 1,
    "packaging": [
      {
        "type": {
          "coding": [
            {
              "system": "https://spor.ema.europa.eu/rmswi",
              "code": "100000073496",
              "display": "Blister"
            }
          ]
        },
        "containedItem": [
          {
            "item": {
              "reference": {
                "reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
              }
            },
            "amount": {
              "value": 30,
              "unit": "Tablet",
              "system": "http://standardterms.edqm.eu"
            }
          }
        ]
      }
    ]
  }
}