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

FHIR IG analytics

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

packageFor: MedicinalProductDefinition: identifier = http://hl7.org/fhir/sid/ndc#National drug codes#53217-187; route = ORAL

MarketingStatuses

-StatusDateRange
*active2009-04-06 --> (ongoing)

packaging

identifier: National drug codes/53217-187-00

type: BOTTLE

Properties

-TypeValue[x]
*Combination Product TypeType 0: Not a Combination Product

containedItem

Items

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

amount: 100 1 (Details: UCUM code1 = '1')


Source1

{
  "resourceType": "PackagedProductDefinition",
  "id": "Allopurinol100Tablets",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedMedicinalPackaging"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "packageFor": [
    {
      "reference": "MedicinalProductDefinition/AllopurinolUSPDefinition"
    }
  ],
  "marketingStatus": [
    {
      "status": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-splMarketingStatuses",
            "code": "active"
          }
        ]
      },
      "dateRange": {
        "start": "2009-04-06"
      }
    }
  ],
  "packaging": {
    "identifier": [
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "value": "53217-187-00"
      }
    ],
    "type": {
      "coding": [
        {
          "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
          "code": "C43169",
          "display": "BOTTLE"
        }
      ]
    },
    "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": "C112160",
              "display": "Type 0: Not a Combination Product"
            }
          ]
        }
      }
    ],
    "containedItem": [
      {
        "item": {
          "reference": {
            "reference": "ManufacturedItemDefinition/AllopurinolTablet"
          }
        },
        "amount": {
          "value": 100,
          "system": "http://unitsofmeasure.org",
          "code": "1"
        }
      }
    ]
  }
}