@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/pharm-quality/Bundle/bundle-analytical-procedure-pq-ex1> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bundle-analytical-procedure-pq-ex1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Bundle-analytical-procedure-pq"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Bundle-analytical-procedure-pq>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "urn:uuid:10101010-1010-1010-1010-101010101010"^^xsd:anyURI ;
       fhir:l <urn:uuid:10101010-1010-1010-1010-101010101010>
     ] ;
     fhir:resource ( <urn:uuid:10101010-1010-1010-1010-101010101010> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:20202020-2020-2020-2020-202020202020"^^xsd:anyURI ;
       fhir:l <urn:uuid:20202020-2020-2020-2020-202020202020>
     ] ;
     fhir:resource ( <urn:uuid:20202020-2020-2020-2020-202020202020> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:30303030-3030-3030-3030-303030303030"^^xsd:anyURI ;
       fhir:l <urn:uuid:30303030-3030-3030-3030-303030303030>
     ] ;
     fhir:resource ( <urn:uuid:30303030-3030-3030-3030-303030303030> )
  ] [
     fhir:fullUrl [
       fhir:v "urn:uuid:40404040-4040-4040-4040-404040404040"^^xsd:anyURI ;
       fhir:l <urn:uuid:40404040-4040-4040-4040-404040404040>
     ] ;
     fhir:resource ( <urn:uuid:40404040-4040-4040-4040-404040404040> )
  ] ) . # 

<urn:uuid:10101010-1010-1010-1010-101010101010> a fhir:SubstanceDefinition ;
  fhir:id [ fhir:v "substancedefinition-component-substance-drug-pq-ex1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/SubstanceDefinition-component-substance-drug-pq"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/SubstanceDefinition-component-substance-drug-pq>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SubstanceDefinition_substancedefinition-component-substance-drug-pq-ex1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SubstanceDefinition substancedefinition-component-substance-drug-pq-ex1</b></p><a name=\"substancedefinition-component-substance-drug-pq-ex1\"> </a><a name=\"hcsubstancedefinition-component-substance-drug-pq-ex1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SubstanceDefinition-component-substance-drug-pq.html\">SubstanceDefinition - Component Substance Drug PQ</a></p></div><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/publication-status active}\">Active</span></p><p><b>manufacturer</b>: <a href=\"Organization-organization-drug-pq-ex1.html\">Organization AAA Molybdenum Products, Inc.</a></p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td>Stelbatolol Hydrochloride</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/publication-status"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/publication-status>
       ] ;
       fhir:code [ fhir:v "active" ] ;
       fhir:display [ fhir:v "Active" ]
     ] )
  ] ; # 
  fhir:manufacturer ( [
     fhir:l <http://hl7.org/fhir/uv/pharm-quality/Organization/organization-drug-pq-ex1> ;
     fhir:reference [ fhir:v "Organization/organization-drug-pq-ex1" ]
  ] ) ; # 
  fhir:name ( [
     fhir:name [ fhir:v "Stelbatolol Hydrochloride" ]
  ] ) . # 

<http://hl7.org/fhir/uv/pharm-quality/Organization/organization-drug-pq-ex1> a fhir:Uv .

<urn:uuid:20202020-2020-2020-2020-202020202020> a fhir:SpecimenDefinition ;
  fhir:id [ fhir:v "specimendefinition-drug-pq-ex1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/SpecimenDefinition-drug-pq"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/SpecimenDefinition-drug-pq>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SpecimenDefinition_specimendefinition-drug-pq-ex1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SpecimenDefinition specimendefinition-drug-pq-ex1</b></p><a name=\"specimendefinition-drug-pq-ex1\"> </a><a name=\"hcspecimendefinition-drug-pq-ex1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SpecimenDefinition-drug-pq.html\">SpecimenDefinition - Drug PQ</a></p></div><p><b>status</b>: Active</p><blockquote><p><b>typeTested</b></p><p><b>preference</b>: Preferred</p><h3>Handlings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Instruction</b></td></tr><tr><td style=\"display: none\">*</td><td><div><p>25°C/60% RH</p>\n</div></td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:typeTested ( [
     fhir:preference [ fhir:v "preferred" ] ;
     fhir:handling ( [
       fhir:instruction [ fhir:v "25°C/60% RH" ]
     ] )
  ] ) . # 

<urn:uuid:30303030-3030-3030-3030-303030303030> a fhir:PlanDefinition ;
  fhir:id [ fhir:v "plandefinition-drug-pq-ex1-validation-protocol"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/PlanDefinition-drug-pq"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/PlanDefinition-drug-pq>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PlanDefinition_plandefinition-drug-pq-ex1-validation-protocol\"> </a>\n  <table class=\"narrative-table\">\n    <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Metadata</th>\n\n\n</tr>\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">DP PROCESS VALIDATION</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Subject Type</th>\n\n\n\n<td class=\"content-container\"><a href=\"MedicinalProductDefinition-medicinalproductdefinition-drug-product-pq-ex1.html\">MedicinalProductDefinition: identifier = http://example.org/identifiers/product#PROD-12345; combinedPharmaceuticalDoseForm = Tablet; route = Oral use</a></td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Description</th>\n\n\n\n<td class=\"content-container\"><div><p>Pre-defined validation acceptance criteria were established based on manufacturing development data derived from process characterization studies...</p>\n</div></td>\n\n\n</tr>\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Type</th>\n\n\n\n<td class=\"content-container\">\n    Workflow Definition\n\n\n    Process Validation\n\n\n</td>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Formulation Buffer Preparation Process Parameter Step</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Formulation Buffer Preparation Process Parameter Step\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Formulation Buffer Preparation Process Parameter Step)</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Formulation Buffer Preparation Process Parameter Step</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">FormulationBufferPreparationProcessParameterStep\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Formulation Buffer Preparation Process Parameter Step)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Conclusion\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/22515a3c-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Formulation Buffer Preparation Process Parameter Step)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fd17b5d6-9fe1-91c2-2d06-47cb5b295e72</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Formulation Buffer Preparation Process Parameter Step)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc17b5d5-9fe1-91c2-2d06-47cb5b295e73</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Formulation Buffer Preparation Performance Indicator Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Formulation Buffer Preparation Performance Indicator Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Formulation Buffer Preparation Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">???</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">???\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc17b5d6-9fe1-91c2-2d16-47cb5b295e72</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64525a3c-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515a3c-5134-448a-9c19-939ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-949ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Thawing and Formulation Process Parameter Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Thawing and Formulation Process Parameter Resultss\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Thawing and Formulation Process Parameter Results)</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">???</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">???\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515a3c-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc27b5d6-9fe2-91c2-2d16-47cb5b295e72</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc17b5d5-9fe1-91c2-2d06-47cb5b295e72</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc27b5d5-9fe1-92c2-2d06-47cb5b295e73</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Thawing and Formulation Performance Indicator Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Thawing and Formulation Performance Indicator Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Thawing and Formulation Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">???</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">???\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc27b5d6-9fe1-91c2-2d16-47cb5b295e72</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515a3c-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515a3c-5134-448a-9c19-939ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b4c-5134-448a-9c19-949ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: ???)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-949ce1958434</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Bioburden Reduction Filtration Process Parameter Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Bioburden Reduction Filtration Process Parameter Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Bioburden Reduction Filtration Process Parameter Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-949ce1958434</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Bioburden Reduction Filtration Performance Indicator Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Bioburden Reduction Filtration Performance Indicator Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Bioburden Reduction Filtration Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958434</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Bioburden Reduction Filtration Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/75515b3c-5134-448a-9c19-949ce1958434</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Media Challenge Hold Times</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Media Challenge Hold Times\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Media Challenge Hold Times)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/75515c3c-5134-448a-9c19-949ce1958434</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Media Challenge Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Media Challenge Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Media Challenge Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958524</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Media Challenge Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9d19-939ce1958524</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Filtered Formulated Drug Product Performance Indicator Results</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Filtered Formulated Drug Product Performance Indicator Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Filtered Formulated Drug Product Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64525a3d-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Filtered Formulated Drug Product Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64525a4d-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Filtered Formulated Drug Product Performance Indicator Results)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64525a33-5034-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Fill Weight Summary</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Fill Weight Summary\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Fill Weight Summary)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce2958524</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Filling Homogeneity Quality Attributes</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Filling Homogeneity Quality Attributes\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Filling Homogeneity Quality Attributes)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Conclusion\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/22525a3c-5035-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Filling Results Summary</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Filling Results Summary\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Filling Results Summary)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-939ce1958524</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Filling Results Summary)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515b3c-5234-448a-9c19-939ce1958524</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Statistical Evaluation of Homogeneity Data</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Statistical Evaluation of Homogeneity Data\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Statistical Evaluation of Homogeneity Data)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-939ce1958534</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Statistical Evaluation of Homogeneity Data)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/74515b3c-5234-448a-9c19-939ce1958524</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Consistency of the Lyophilization Process</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Consistency of the Lyophilization Process\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Consistency of the Lyophilization Process)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/fc27b6d6-9fe2-91c2-2d16-47cb5b295e72</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Consistency of the Lyophilization Process)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Definition\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ActivityDefinition/b664977d-799d-a1ce-928a-6def2a9955bd</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Action</th>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">Lyophilization Homogeneity</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">\n    Lyophilization Homogeneity Results\n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Lyophilization Homogeneity)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64525a3d-5134-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n    \n    \n      \n      \n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Sub-Action (Parent Action Title: Lyophilization Homogeneity)</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">Test\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Definition</th>\n\n\n\n<td class=\"content-container\"><code>http://example-server.com/fhir/ObservationDefinition/64525a3d-5144-448a-9c19-938ce1958424</code></td>\n\n\n</tr>\n\n\n\n\n\n    \n  \n\n\n\n\n\n<tr>\n  <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.4 of the sample-content-ig Liquid templates</th>\n</tr>\n\n    </tbody>\n  </table>\n</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://example-server.com/fhir/PlanDefinition/plandefinition-drug-pq-ex1-validation-protocol"^^xsd:anyURI ;
     fhir:l <http://example-server.com/fhir/PlanDefinition/plandefinition-drug-pq-ex1-validation-protocol>
  ] ; # 
  fhir:title [ fhir:v "DP PROCESS VALIDATION"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/plan-definition-type>
       ] ;
       fhir:code [ fhir:v "workflow-definition" ] ;
       fhir:display [ fhir:v "Workflow Definition" ]
     ] [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-plan-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-plan-type>
       ] ;
       fhir:code [ fhir:v "process-validation" ] ;
       fhir:display [ fhir:v "Process Validation" ]
     ] )
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:subject [
     a fhir:Reference ;
     fhir:l <http://hl7.org/fhir/uv/pharm-quality/MedicinalProductDefinition/medicinalproductdefinition-drug-product-pq-ex1> ;
     fhir:reference [ fhir:v "MedicinalProductDefinition/medicinalproductdefinition-drug-product-pq-ex1" ]
  ] ; # 
  fhir:description [ fhir:v "Pre-defined validation acceptance criteria were established based on manufacturing development data derived from process characterization studies..."] ; # 
  fhir:action ( [
     fhir:title [ fhir:v "Formulation Buffer Preparation Process Parameter Step" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "FormulationBufferPreparationProcessParameterStep" ] ;
         fhir:display [ fhir:v "Formulation Buffer Preparation Process Parameter Step" ]
       ] ) ;
       fhir:text [ fhir:v "Formulation Buffer Preparation Process Parameter Step" ]
     ] ;
     fhir:action ( [
       fhir:title [ fhir:v "Formulation Buffer Preparation Process Parameter Step" ] ;
       fhir:code [
         fhir:text [ fhir:v "FormulationBufferPreparationProcessParameterStep" ]
       ] ;
       fhir:action ( [
         fhir:code [
           fhir:text [ fhir:v "Conclusion" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/22515a3c-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/22515a3c-5034-448a-9c19-938ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fd17b5d6-9fe1-91c2-2d06-47cb5b295e72"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fd17b5d6-9fe1-91c2-2d06-47cb5b295e72>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fc17b5d5-9fe1-91c2-2d06-47cb5b295e73"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fc17b5d5-9fe1-91c2-2d06-47cb5b295e73>
         ]
       ] )
     ] )
  ] [
     fhir:title [ fhir:v "Formulation Buffer Preparation Performance Indicator Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "FormulationBufferPreparationPerformanceIndicatorStep" ] ;
         fhir:display [ fhir:v "Formulation Buffer Preparation Performance Indicator Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:title [ fhir:v "???" ] ;
       fhir:code [
         fhir:text [ fhir:v "???" ]
       ] ;
       fhir:action ( [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fc17b5d6-9fe1-91c2-2d16-47cb5b295e72"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fc17b5d6-9fe1-91c2-2d16-47cb5b295e72>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64525a3c-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64525a3c-5034-448a-9c19-938ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64515a3c-5134-448a-9c19-939ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64515a3c-5134-448a-9c19-939ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-949ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-949ce1958424>
         ]
       ] )
     ] )
  ] [
     fhir:title [ fhir:v "Thawing and Formulation Process Parameter Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "ThawingandFormulationProcessParameterResultsStep" ] ;
         fhir:display [ fhir:v "Thawing and Formulation Process Parameter Resultss" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:title [ fhir:v "???" ] ;
       fhir:code [
         fhir:text [ fhir:v "???" ]
       ] ;
       fhir:action ( [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/74515a3c-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/74515a3c-5034-448a-9c19-938ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fc27b5d6-9fe2-91c2-2d16-47cb5b295e72"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fc27b5d6-9fe2-91c2-2d16-47cb5b295e72>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fc17b5d5-9fe1-91c2-2d06-47cb5b295e72"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fc17b5d5-9fe1-91c2-2d06-47cb5b295e72>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fc27b5d5-9fe1-92c2-2d06-47cb5b295e73"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fc27b5d5-9fe1-92c2-2d06-47cb5b295e73>
         ]
       ] )
     ] )
  ] [
     fhir:title [ fhir:v "Thawing and Formulation Performance Indicator Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "ThawingandFormulationPerformanceIndicatorResultsStep" ] ;
         fhir:display [ fhir:v "Thawing and Formulation Performance Indicator Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:title [ fhir:v "???" ] ;
       fhir:code [
         fhir:text [ fhir:v "???" ]
       ] ;
       fhir:action ( [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/fc27b5d6-9fe1-91c2-2d16-47cb5b295e72"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/fc27b5d6-9fe1-91c2-2d16-47cb5b295e72>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64515a3c-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64515a3c-5034-448a-9c19-938ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/74515a3c-5134-448a-9c19-939ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/74515a3c-5134-448a-9c19-939ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b4c-5134-448a-9c19-949ce1958424"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b4c-5134-448a-9c19-949ce1958424>
         ]
       ] [
         fhir:code [
           fhir:text [ fhir:v "Test" ]
         ] ;
         fhir:definition [
           a fhir:Canonical ;
           fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-949ce1958434"^^xsd:anyURI ;
           fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-949ce1958434>
         ]
       ] )
     ] )
  ] [
     fhir:title [ fhir:v "Bioburden Reduction Filtration Process Parameter Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "BioburdenReductionFiltrationProcessParameterResultsStep" ] ;
         fhir:display [ fhir:v "Bioburden Reduction Filtration Process Parameter Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-949ce1958434"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-949ce1958434>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Bioburden Reduction Filtration Performance Indicator Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "BioburdenReductionFiltrationPerformanceIndicatorResultsStep" ] ;
         fhir:display [ fhir:v "Bioburden Reduction Filtration Performance Indicator Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958434"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958434>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/75515b3c-5134-448a-9c19-949ce1958434"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/75515b3c-5134-448a-9c19-949ce1958434>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Media Challenge Hold Times" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "MediaChallengeHoldTimesStep" ] ;
         fhir:display [ fhir:v "Media Challenge Hold Times" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/75515c3c-5134-448a-9c19-949ce1958434"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/75515c3c-5134-448a-9c19-949ce1958434>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Media Challenge Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "MediaChallengeResultsStep" ] ;
         fhir:display [ fhir:v "Media Challenge Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958524"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce1958524>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9d19-939ce1958524"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9d19-939ce1958524>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Filtered Formulated Drug Product Performance Indicator Results" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "FilteredFormulatedDrugProductPerformanceIndicatorResultsStep" ] ;
         fhir:display [ fhir:v "Filtered Formulated Drug Product Performance Indicator Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64525a3d-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64525a3d-5034-448a-9c19-938ce1958424>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64525a4d-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64525a4d-5034-448a-9c19-938ce1958424>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64525a33-5034-448a-9c19-938ce1958424"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64525a33-5034-448a-9c19-938ce1958424>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Fill Weight Summary" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "FillWeightSummaryStep" ] ;
         fhir:display [ fhir:v "Fill Weight Summary" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce2958524"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64515b3c-5134-448a-9c19-939ce2958524>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Filling Homogeneity Quality Attributes" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "FillingHomogeneityQualityAttributesStep" ] ;
         fhir:display [ fhir:v "Filling Homogeneity Quality Attributes" ]
       ] ) ;
       fhir:text [ fhir:v "Filling Homogeneity Quality Attributes" ]
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Conclusion" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/22525a3c-5035-448a-9c19-938ce1958424"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/22525a3c-5035-448a-9c19-938ce1958424>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Filling Results Summary" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "FillingResultsSummaryStep" ] ;
         fhir:display [ fhir:v "Filling Results Summary" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-939ce1958524"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-939ce1958524>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/74515b3c-5234-448a-9c19-939ce1958524"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/74515b3c-5234-448a-9c19-939ce1958524>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Statistical Evaluation of Homogeneity Data" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "StatisticalEvaluationOfHomogeneityDataStep" ] ;
         fhir:display [ fhir:v "Statistical Evaluation of Homogeneity Data" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-939ce1958534"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/74515b3c-5134-448a-9c19-939ce1958534>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/74515b3c-5234-448a-9c19-939ce1958524"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/74515b3c-5234-448a-9c19-939ce1958524>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Consistency of the Lyophilization Process" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "ConsistencyoftheLyophilizationProcessStep" ] ;
         fhir:display [ fhir:v "Consistency of the Lyophilization Process" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/fc27b6d6-9fe2-91c2-2d16-47cb5b295e72"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/fc27b6d6-9fe2-91c2-2d16-47cb5b295e72>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Definition" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ActivityDefinition/b664977d-799d-a1ce-928a-6def2a9955bd"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ActivityDefinition/b664977d-799d-a1ce-928a-6def2a9955bd>
       ]
     ] )
  ] [
     fhir:title [ fhir:v "Lyophilization Homogeneity" ] ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/manufacturing-step"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/manufacturing-step>
         ] ;
         fhir:code [ fhir:v "LyophilizationHomogeneityStep" ] ;
         fhir:display [ fhir:v "Lyophilization Homogeneity Results" ]
       ] )
     ] ;
     fhir:action ( [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64525a3d-5134-448a-9c19-938ce1958424"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64525a3d-5134-448a-9c19-938ce1958424>
       ]
     ] [
       fhir:code [
         fhir:text [ fhir:v "Test" ]
       ] ;
       fhir:definition [
         a fhir:Canonical ;
         fhir:v "http://example-server.com/fhir/ObservationDefinition/64525a3d-5144-448a-9c19-938ce1958424"^^xsd:anyURI ;
         fhir:l <http://example-server.com/fhir/ObservationDefinition/64525a3d-5144-448a-9c19-938ce1958424>
       ]
     ] )
  ] ) . # 

<http://hl7.org/fhir/uv/pharm-quality/MedicinalProductDefinition/medicinalproductdefinition-drug-product-pq-ex1> a fhir:Uv .

<urn:uuid:40404040-4040-4040-4040-404040404040> a fhir:ObservationDefinition ;
  fhir:id [ fhir:v "Assay"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ObservationDefinition-test-method-drug-pq"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/ObservationDefinition-test-method-drug-pq>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ObservationDefinition_Assay\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ObservationDefinition Assay</b></p><a name=\"Assay\"> </a><a name=\"hcAssay\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationDefinition-test-method-drug-pq.html\">ObservationDefinition - Test Method PQ</a></p></div><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example ASSAY}\">Assay</span></p><p><b>method</b>: <span title=\"Codes:\">Assay by UHPLC</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-local-codes-drug-pq-example>
       ] ;
       fhir:code [ fhir:v "ASSAY" ] ;
       fhir:display [ fhir:v "Assay" ]
     ] ) ;
     fhir:text [ fhir:v "Assay" ]
  ] ; # 
  fhir:method [
     fhir:text [ fhir:v "Assay by UHPLC" ]
  ] . # 

# -------------------------------------------------------------------------------------

