Pharmaceutical Quality Submissions to Food & Drug Administration (PQ/CMC)
0.1.20 - Build CI United States of America flag

Pharmaceutical Quality Submissions to Food & Drug Administration (PQ/CMC), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.20 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/FHIR-us-pq-cmc/ and changes regularly. See the Directory of published versions

: Strength info for the Active Ingredient - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "fc09842a-8f71-48f2-9f9f-ff2441b2eb6f",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/pqcmc-component"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Ingredient</b><a name=\"fc09842a-8f71-48f2-9f9f-ff2441b2eb6f\"> </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 Ingredient &quot;fc09842a-8f71-48f2-9f9f-ff2441b2eb6f&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pqcmc-component.html\">Drug Product Component</a></p></div><p><b>status</b>: draft</p><p><b>role</b>: Active Ingredient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-ncit-dummy.html\">Dummy NCIT Codesystem</a>#C82533)</span></p><blockquote><p><b>substance</b></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=\"Bundle-bd0f0a7a-27ea-4884-801d-bd0546e80888.html#urn-uuid-2d70d504-8cc6-4282-81d4-b20b0a98b78b\">urn:uuid:2d70d504-8cc6-4282-81d4-b20b0a98b78b</a></td></tr></table><h3>Strengths</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Presentation[x]</b></td><td><b>TextPresentation</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>200 mg<span style=\"background: LightGoldenRodYellow\"> (Details: http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy code C28253 = 'mg')</span>/1 [arb'U]<span style=\"background: LightGoldenRodYellow\"> (Details: http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy code C75765 = '[arb'U]')</span></td><td>200mg</td></tr></table></blockquote></div>"
  },
  "status" : "draft",
  "role" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
        "code" : "C82533",
        "display" : "Active Ingredient"
      }
    ]
  },
  "substance" : {
    "code" : {
      "reference" : {
        "reference" : "urn:uuid:2d70d504-8cc6-4282-81d4-b20b0a98b78b"
      }
    },
    "strength" : [
      {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "strengthType",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
                      "code" : "C168628",
                      "display" : "Mass"
                    }
                  ]
                }
              },
              {
                "url" : "contentPercent",
                "valueDecimal" : 0.1665
              }
            ],
            "url" : "http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/strength-extension"
          }
        ],
        "presentationRatio" : {
          "numerator" : {
            "value" : 200,
            "unit" : "mg",
            "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
            "code" : "C28253"
          },
          "denominator" : {
            "value" : 1,
            "unit" : "[arb'U]",
            "system" : "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy",
            "code" : "C75765"
          }
        },
        "textPresentation" : "200mg"
      }
    ]
  }
}