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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypePackagedProductDefinition
IdPackagedProductDefinition-example-drug-package-clarithromycin.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 example-drug-package-clarithromycin

name: Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle

type: Medicinal product pack

status: Active

statusDate: 2010-03-01

containedItemQuantity: 1 vial, 3 syringe for oral administration

description:

1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration


Source1

{
  "resourceType": "PackagedProductDefinition",
  "id": "example-drug-package-clarithromycin",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DrugPackage"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Package for CLARITHROMYCINE GENERIC-LAB 25 mg/ml, granules for oral suspension in 100 ml HDPE bottle",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/package-type",
        "code": "MedicinalProductPack",
        "display": "Medicinal product pack"
      }
    ]
  },
  "status": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/publication-status",
        "code": "active",
        "display": "Active"
      }
    ]
  },
  "statusDate": "2010-03-01",
  "containedItemQuantity": [
    {
      "value": 1,
      "unit": "vial"
    },
    {
      "value": 3,
      "unit": "syringe for oral administration"
    }
  ],
  "description": "1 high density polyethylene (HDPE) bottle of 100 ml with 3 syringes for oral administration"
}