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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypePackagedProductDefinition
IdPackagedProductDefinition-Enbrel425Part2Package.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 Enbrel425Part2Package

packageFor: MedicinalProductDefinition: identifier = http://hl7.org/fhir/sid/ndc#National drug codes#58406-910

packaging

identifier: National drug codes/58406-910-01

type: SYRINGE

Properties

-TypeValue[x]
*Combination Product TypeType 2: Prefilled Drug Delivery Device/System (syringe, patch, etc.)

containedItem

Items

-Reference
*ManufacturedItemDefinition: status = active; manufacturedDoseForm = SOLUTION

amount: 1 mL (Details: UCUM codemL = 'mL')


Source1

{
  "resourceType": "PackagedProductDefinition",
  "id": "Enbrel425Part2Package",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedMedicinalPackaging"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "packageFor": [
    {
      "reference": "MedicinalProductDefinition/Enbrel425Part2Definition"
    }
  ],
  "packaging": {
    "identifier": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "value": "58406-910-01"
      }
    ],
    "type": {
      "coding": [
        {
          "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
          "code": "C43202",
          "display": "SYRINGE"
        }
      ]
    },
    "property": [
      {
        "type": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes",
              "code": "SPLCMBPRDTP"
            }
          ]
        },
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "code": "C102835",
              "display": "Type 2: Prefilled Drug Delivery Device/System (syringe, patch, etc.)"
            }
          ]
        }
      }
    ],
    "containedItem": [
      {
        "item": {
          "reference": {
            "reference": "ManufacturedItemDefinition/EnbrelSterileSolution"
          }
        },
        "amount": {
          "value": 1,
          "unit": "mL",
          "system": "http://unitsofmeasure.org",
          "code": "mL"
        }
      }
    ]
  }
}