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 - 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:ManufacturedItemDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "manufactureditemdefinition-drug-pq-ex2"] ; #  Contained in bundle-drug-product-pq-ex1 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ManufacturedItemDefinition-drug-pq"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ManufacturedItemDefinition-drug-pq>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Stelbatolol 5mg tablet"] ; # 
  fhir:manufacturedDoseForm [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unsupported" ]     ] )
  ] ; # 
  fhir:property ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "overage-by-mass" ] ;
fhir:display [ fhir:v "Overage by mass (%)" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "%" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-manufactured-item-property-pq-example"^^xsd:anyURI ] ;
fhir:code [ fhir:v "overage-reason" ] ;
fhir:display [ fhir:v "Overage reason" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Overage is necessary because..." ]     ]
  ] ) . #