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

FHIR IG analytics

Packagehl7.fhir.uv.pharm-quality
Resource TypeMedicinalProductDefinition
IdMedicinalProductDefinition-medicinalproductdefinition-drug-product-pq-ex1.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

Resource MedicinalProductDefinition "medicinalproductdefinition-drug-product-pq-ex1"

Profile: MedicinalProductDefinition - Drug Product PQ

description: Textual description of the product

combinedPharmaceuticalDoseForm: Gastro-resistant tablet (standardterms.edqm.eu#10225000)

route: Oral use (standardterms.edqm.eu#20053000)

name

productName: Stelbat Tablets, 20mg

type: Proprietary (Product Name Type - example#Proprietary)

Parts

-PartType
*20mgStrength part (Product Name Part Type#StrengthPart)

Source1

{
  "resourceType": "MedicinalProductDefinition",
  "id": "medicinalproductdefinition-drug-product-pq-ex1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/MedicinalProductDefinition-drug-product-pq"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "description": "Textual description of the product",
  "combinedPharmaceuticalDoseForm": {
    "coding": [
      {
        "system": "http://standardterms.edqm.eu",
        "code": "10225000",
        "display": "Gastro-resistant tablet"
      }
    ]
  },
  "route": [
    {
      "coding": [
        {
          "system": "http://standardterms.edqm.eu",
          "code": "20053000",
          "display": "Oral use"
        }
      ]
    }
  ],
  "name": [
    {
      "productName": "Stelbat Tablets, 20mg",
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-productNameType-pq-example",
            "code": "Proprietary",
            "display": "Proprietary"
          }
        ]
      },
      "part": [
        {
          "part": "20mg",
          "type": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/medicinal-product-name-part-type",
                "code": "StrengthPart",
                "display": "Strength part"
              }
            ]
          }
        }
      ]
    }
  ]
}