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
@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:MedicinalProductDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "89676a69-1fe7-422c-ab00-92abe4ef6ea9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/pqcmc-routine-drug-product"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/pqcmc-routine-drug-product> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicinalProductDefinition</b><a name=\"89676a69-1fe7-422c-ab00-92abe4ef6ea9\"> </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 MedicinalProductDefinition "89676a69-1fe7-422c-ab00-92abe4ef6ea9" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pqcmc-routine-drug-product.html\">Routine Drug Product</a></p></div><p><b>identifier</b>: Example2BeadDrug</p><p><b>combinedPharmaceuticalDoseForm</b>: CAPSULE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-ncit-dummy.html\">Dummy NCIT Codesystem</a>#C25158)</span></p><p><b>route</b>: ORAL <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-ncit-dummy.html\">Dummy NCIT Codesystem</a>#C38288)</span></p><blockquote><p><b>name</b></p><p><b>productName</b>: OXAZEPAM 30mg, PROPRANOLOL HYDROCHLORIDE 60mg</p><p><b>type</b>: Non-Proprietary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cmc-product-name-types.html\">Product Name Types Code Types</a>#NON)</span></p><blockquote><p><b>part</b></p><p><b>part</b>: OXAZEPAM</p><p><b>type</b>: scientific name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-EntityNamePartQualifierR2.html\">EntityNamePartQualifierR2</a>#SCI)</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: 30mg</p><p><b>type</b>: strength name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-EntityNamePartQualifierR2.html\">EntityNamePartQualifierR2</a>#STR)</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: PROPRANOLOL HYDROCHLORIDE</p><p><b>type</b>: scientific name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-EntityNamePartQualifierR2.html\">EntityNamePartQualifierR2</a>#SCI)</span></p></blockquote><blockquote><p><b>part</b></p><p><b>part</b>: 60mg</p><p><b>type</b>: strength name <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-EntityNamePartQualifierR2.html\">EntityNamePartQualifierR2</a>#STR)</span></p></blockquote></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "Example2BeadDrug" ]
] ) ; #
fhir:combinedPharmaceuticalDoseForm [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C25158" ] ;
fhir:display [ fhir:v "CAPSULE" ] ] )
] ; #
fhir:route ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C38288" ] ;
fhir:display [ fhir:v "ORAL" ] ] )
] ) ; #
fhir:name ( [
fhir:productName [ fhir:v "OXAZEPAM 30mg, PROPRANOLOL HYDROCHLORIDE 60mg" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-product-name-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NON" ] ;
fhir:display [ fhir:v "Non-Proprietary" ] ] ) ;
fhir:text [ fhir:v "Non-Proprietary" ] ] ;
( fhir:part [
fhir:part [ fhir:v "OXAZEPAM" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SCI" ] ] ) ] ] [
fhir:part [ fhir:v "30mg" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STR" ] ] ) ] ] [
fhir:part [ fhir:v "PROPRANOLOL HYDROCHLORIDE" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SCI" ] ] ) ] ] [
fhir:part [ fhir:v "60mg" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STR" ] ] ) ] ] )
] ) . #
IG © 2021+ HL7 International / Biomedical Research and Regulation. Package hl7.fhir.us.pq-cmc-fda#0.1.20 based on FHIR 5.0.0. Generated 2024-03-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change