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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeAdministrableProductDefinition
IdAdministrableProductDefinition-apd-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: AdministrableProductDefinition apd-epi-type2-example-paracetamol

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

status: Active

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

administrableDoseForm: Tablet

unitOfPresentation: Tablet

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

property

type: Shape

value: Round

property

type: Color

value: White

property

type: Flavor

value: None

property

type: Image

value: Tablet Image

RouteOfAdministrations

-Code
*Oral use

Source1

{
  "resourceType": "AdministrableProductDefinition",
  "id": "apd-epi-type2-example-paracetamol",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/AdministrableProductDefinition-uv-epi"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifier",
      "value": "apd-epi-type2-example-paracetamol"
    }
  ],
  "status": "active",
  "formOf": [
    {
      "reference": "MedicinalProductDefinition/mpd-epi-type2-example-paracetamol"
    }
  ],
  "administrableDoseForm": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "100000073664",
        "display": "Tablet"
      }
    ]
  },
  "unitOfPresentation": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "200000002152",
        "display": "Tablet"
      }
    ]
  },
  "producedFrom": [
    {
      "reference": "ManufacturedItemDefinition/mid-epi-type2-example-paracetamol"
    }
  ],
  "property": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "shape",
            "display": "Shape"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000073670",
            "display": "Round"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "color",
            "display": "Color"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000073586",
            "display": "White"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "flavor",
            "display": "Flavor"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000000000",
            "display": "None"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "image",
            "display": "Image"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000000000",
            "display": "Tablet Image"
          }
        ]
      }
    }
  ],
  "routeOfAdministration": [
    {
      "code": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000073619",
            "display": "Oral use"
          }
        ]
      }
    }
  ]
}