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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeMedicinalProductDefinition
IdMedicinalProductDefinition-mpd-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: MedicinalProductDefinition mpd-epi-type2-example-paracetamol

identifier: http://ema.europa.eu/identifier/WONDERDRUG-500MG

domain: Human use

status: Active

legalStatusOfSupply: Medicinal product subject to medical prescription

Contacts

-Contact
*Organization Acme Pharma Inc.

name

productName: WonderDrug 500 mg tablets

part

part: WonderDrug

type: Invented name part

part

part: 500 mg

type: Strength part

part

part: tablets

type: Pharmaceutical dose form part

Usages

-CountryLanguage
*EstoniaEstonian

Source1

{
  "resourceType": "MedicinalProductDefinition",
  "id": "mpd-epi-type2-example-paracetamol",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/MedicinalProductDefinition-uv-epi"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://ema.europa.eu/identifier",
      "value": "WONDERDRUG-500MG"
    }
  ],
  "domain": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/medicinal-product-domain",
        "code": "Human",
        "display": "Human use"
      }
    ]
  },
  "status": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/publication-status",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "legalStatusOfSupply": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "100000072084",
        "display": "Medicinal product subject to medical prescription"
      }
    ]
  },
  "contact": [
    {
      "contact": {
        "reference": "Organization/org-epi-type2-example-acme"
      }
    }
  ],
  "name": [
    {
      "productName": "WonderDrug 500 mg tablets",
      "part": [
        {
          "part": "WonderDrug",
          "type": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/medicinal-product-name-part-type",
                "code": "InventedNamePart",
                "display": "Invented name part"
              }
            ]
          }
        },
        {
          "part": "500 mg",
          "type": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/medicinal-product-name-part-type",
                "code": "StrengthPart",
                "display": "Strength part"
              }
            ]
          }
        },
        {
          "part": "tablets",
          "type": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/medicinal-product-name-part-type",
                "code": "DoseFormPart",
                "display": "Pharmaceutical dose form part"
              }
            ]
          }
        }
      ],
      "usage": [
        {
          "country": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "EE",
                "display": "Estonia"
              }
            ]
          },
          "language": {
            "coding": [
              {
                "system": "urn:ietf:bcp:47",
                "code": "et",
                "display": "Estonian"
              }
            ]
          }
        }
      ]
    }
  ]
}