Pharmaceutical Quality (Industry)
1.0.0 - STU1 International flag

Pharmaceutical Quality (Industry), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/uv-dx-pq/ and changes regularly. See the Directory of published versions

: ManufacturedItemDefinition - Drug - example 2 - JSON Representation

Raw json | Download


{
  "resourceType" : "ManufacturedItemDefinition",
  "id" : "manufactureditemdefinition-drug-pq-ex2",
  "meta" : //  Contained in bundle-drug-product-pq-ex1 
  {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ManufacturedItemDefinition-drug-pq"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ManufacturedItemDefinition</b><a name=\"manufactureditemdefinition-drug-pq-ex2\"> </a><a name=\"hcmanufactureditemdefinition-drug-pq-ex2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ManufacturedItemDefinition &quot;manufactureditemdefinition-drug-pq-ex2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManufacturedItemDefinition-drug-pq.html\">ManufacturedItemDefinition - Drug PQ</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Stelbatolol 5mg tablet</p><p><b>manufacturedDoseForm</b>:  <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><blockquote><p><b>property</b></p><p><b>type</b>: Overage by mass (%) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-manufactured-item-property-pq-example.html\">Manufactured Item Property - example</a>#overage-by-mass)</span></p><p><b>value</b>: 5 %</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Overage reason <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-manufactured-item-property-pq-example.html\">Manufactured Item Property - example</a>#overage-reason)</span></p><p><b>value</b>: Overage is necessary because... <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p></blockquote></div>"
  },
  "status" : "active",
  "name" : "Stelbatolol 5mg tablet",
  "manufacturedDoseForm" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "unsupported"
      }
    ]
  },
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example",
            "code" : "overage-by-mass",
            "display" : "Overage by mass (%)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 5,
        "unit" : "%"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example",
            "code" : "overage-reason",
            "display" : "Overage reason"
          }
        ]
      },
      "valueCodeableConcept" : {
        "text" : "Overage is necessary because..."
      }
    }
  ]
}