FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example MedicinalProductDefinition/Acetamin-500-20-generic (JSON)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Acetaminophin product, pack and tablet (using contained resources)

{
  "resourceType" : "MedicinalProductDefinition",
  "id" : "Acetamin-500-20-generic",
  "contained" : [{
    "resourceType" : "PackagedProductDefinition",
    "id" : "Acetamin-pack-20",
    "packageFor" : [{
      "reference" : "#"
    }],
    "packaging" : {
      "type" : {
        "coding" : [{
          "code" : "cardboard box"
        }]
      },
      "containedItem" : [{
        "item" : {
          "reference" : {
            "reference" : "#Acetamin-tab-500"
          }
        },
        "amount" : {
          "value" : 20
        }
      }]
    }
  },
  {
    "resourceType" : "ManufacturedItemDefinition",
    "id" : "Acetamin-tab-500",
    "status" : "active",
    "manufacturedDoseForm" : {
      "coding" : [{
        "code" : "tablet"
      }]
    }
  }],
  "identifier" : [{
    "system" : "http://example.nation.org/drugs",
    "value" : "12345"
  }],
  "name" : [{
    "productName" : "Acetaminophen 500 mg tablets [generic]"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.