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

: Composition - Drug - example, formulation - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "composition-drug-pq-formulation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Composition-drug-pq"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Composition-drug-pq>     ] )
  ] ; #     Based on Accumulus FHIR Product Example - Drug Product 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"composition-drug-pq-formulation\"> </a><a name=\"hccomposition-drug-pq-formulation\"> </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 Composition &quot;composition-drug-pq-formulation&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Composition-drug-pq.html\">Composition - Drug PQ</a></p></div><p><b>status</b>: final</p><p><b>type</b>: Product Note - Formulation Development <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>date</b>: 2023-10-01</p><p><b>author</b>: <a href=\"Organization-organization-drug-pq-ex1.html\">Organization/organization-drug-pq-ex1</a> &quot;AAA Molybdenum Products, Inc.&quot;</p><p><b>title</b>: 3.2.P.2.2.1 - Formulation Development</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
fhir:text [ fhir:v "Product Note - Formulation Development" ]
  ] ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "MedicinalProductDefinition/medicinalproductdefinition-drug-product-pq-ex1" ]
  ] ) ; # 
  fhir:date [ fhir:v "2023-10-01"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Organization/organization-drug-pq-ex1" ]
  ] ) ; # 
  fhir:title [ fhir:v "3.2.P.2.2.1 - Formulation Development"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "3.2.P.2.2.1.1 - Formulation History" ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <ul>\n                    <li>Drug product description including difference or similarity between the drug product and reference product, if applicable</li>\n                    <li>Propose route of administration (include any dilution or reconstitution necessary)</li>\n                                <li>Choice of manufacturing process, explain choice if alternative process could have been applicable (e.g. aseptic processing instead of terminal sterilization, direct compression instead of granulation). If different processes were used for different formulation highlight and explain differences, refer at 3.2.P.2.3. If no change in the process occurred refer to 3.3.P.3.3 and avoid duplication data.</li>\n                </ul>\n                <p>Table 1 - Formulation history for Stelbatolol</p>\n                <table>\n                    <tr>\n                                    <th>Formulation Identifier</th>\n                                    <th>Composition</th>\n                                    <th>Change</th>\n                                    <th>Development phase</th>\n                    </tr>\n                    <tr>\n                                    <td>1233545</td>\n                                    <td>Composition 1a</td>\n                                    <td>Changes made are listed here</td>\n                                    <td>Pre-clinical phase</td>\n                    </tr>\n                </table>\n                            \n            </div>"     ]
  ] [
fhir:title [ fhir:v "3.2.P.2.2.1.2 - Formulation Development Studies" ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <p>Summary of the formulation developmental studies conducted are provided in Table 2</p>\n                <p>Table 2 - Formulation Development Studies</p>\n                <table>\n                    <tr>\n                                    <th>Study</th>\n                                    <th>Formulation identifier </th>\n                                    <th>Objective</th>\n                                    <th>Quality attribute evaluated</th>\n                                    <th>Study design</th>\n                                    <th>Study result</th>\n                                </tr>\n                                <tr>\n                                    <td>Study Name</td>\n                                    <td>12234a</td>\n                                    <td>Short description of the study objective</td>\n                                    <td>CQA information</td>\n                                    <td>Short description of the design</td>\n                                    <td>Reference to the table showing study results</td>\n                    </tr>\n                </table>\n                            \n            </div>"     ]
  ] [
fhir:title [ fhir:v "3.2.P.2.2.4 - Summary for Risk Assessment of Elemental Impurities in Drug Product" ] ;
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                <p>Summary of the risk assessment for product...</p>\n            </div>"     ]
  ] ) . #