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

: Substance - Drug - example - JSON Representation

Raw json | Download


{
  "resourceType" : "Substance",
  "id" : "substance-drug-pq-ex1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Substance-drug-pq"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Substance</b><a name=\"substance-drug-pq-ex1\"> </a><a name=\"hcsubstance-drug-pq-ex1\"> </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 Substance &quot;substance-drug-pq-ex1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Substance-drug-pq.html\">Substance - Drug PQ</a></p></div><blockquote><p><b>Medication Manufacturing Batch</b></p><blockquote><p><b>url</b></p><code>manufacturingDate</code></blockquote><p><b>value</b>: 2019-09-07</p><blockquote><p><b>url</b></p><code>batchQuantity</code></blockquote><p><b>value</b>: 5 kg</p><blockquote><p><b>url</b></p><code>batchUtilization</code></blockquote><p><b>value</b>: Development <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-nciThesaurus.html\">NCI Thesaurus</a>#C133991)</span></p><blockquote><p><b>url</b></p><code>assignedManufacturer</code></blockquote><p><b>value</b>: <a href=\"Organization-organization-drug-pq-ex1.html\">Organization/organization-drug-pq-ex1</a> &quot;AAA Molybdenum Products, Inc.&quot;</p></blockquote><p><b>Extension - Batch Release Date PQ</b>: 2019-09-08</p><p><b>Extension - Batch Retest Date PQ</b>: 2022-09-08</p><p><b>Extension - Actual Yield PQ</b>: 4.8 kg</p><p><b>identifier</b>: CAT1</p><p><b>instance</b>: true</p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"SubstanceDefinition-substancedefinition-component-substance-drug-pq-ex1.html\">SubstanceDefinition/substancedefinition-component-substance-drug-pq-ex1</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/medication-manufacturingBatch",
      "extension" : [
        {
          "url" : "manufacturingDate",
          "valueDateTime" : "2019-09-07"
        },
        {
          "url" : "batchQuantity",
          "valueQuantity" : {
            "value" : 5,
            "unit" : "kg"
          }
        },
        {
          "url" : "batchUtilization",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
                "code" : "C133991",
                "display" : "Development"
              }
            ]
          }
        },
        {
          "url" : "assignedManufacturer",
          "valueReference" : {
            🔗 "reference" : "Organization/organization-drug-pq-ex1"
          }
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Extension-batch-release-date-pq",
      "valueDateTime" : "2019-09-08"
    },
    {
      "url" : "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Extension-batch-retest-date-pq",
      "valueDateTime" : "2022-09-08"
    },
    {
      "url" : "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Extension-actual-yield-pq",
      "valueQuantity" : {
        "value" : 4.8,
        "unit" : "kg"
      }
    }
  ],
  "identifier" : [
    {
      "value" : "CAT1"
    }
  ],
  "instance" : true,
  "code" : {
    "reference" : {
      🔗 "reference" : "SubstanceDefinition/substancedefinition-component-substance-drug-pq-ex1"
    }
  }
}