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
@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 -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bundle-organizations-pq-ex1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Bundle-organizations-pq"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Bundle-organizations-pq> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [
fhir:v "urn:uuid:1f3ab002-429f-7f05-4dda-05467f2804d9"^^xsd:anyURI ;
fhir:l <urn:uuid:1f3ab002-429f-7f05-4dda-05467f2804d9> ] ;
( fhir:resource <urn:uuid:1f3ab002-429f-7f05-4dda-05467f2804d9> )
] [
fhir:fullUrl [
fhir:v "urn:uuid:33cdead0-6b1c-4c11-3094-bed90e7c727b"^^xsd:anyURI ;
fhir:l <urn:uuid:33cdead0-6b1c-4c11-3094-bed90e7c727b> ] ;
( fhir:resource <urn:uuid:33cdead0-6b1c-4c11-3094-bed90e7c727b> )
] [
fhir:fullUrl [
fhir:v "urn:uuid:16d3bbe6-6ce1-5d99-9a55-b2b52e907cb0"^^xsd:anyURI ;
fhir:l <urn:uuid:16d3bbe6-6ce1-5d99-9a55-b2b52e907cb0> ] ;
( fhir:resource <urn:uuid:16d3bbe6-6ce1-5d99-9a55-b2b52e907cb0> )
] [
fhir:fullUrl [
fhir:v "urn:uuid:4db6d77b-4a0d-2b1c-0409-753790811c28"^^xsd:anyURI ;
fhir:l <urn:uuid:4db6d77b-4a0d-2b1c-0409-753790811c28> ] ;
( fhir:resource <urn:uuid:4db6d77b-4a0d-2b1c-0409-753790811c28> )
] [
fhir:fullUrl [
fhir:v "urn:uuid:bc27122e-52b5-569e-1787-5d6d0f533516"^^xsd:anyURI ;
fhir:l <urn:uuid:bc27122e-52b5-569e-1787-5d6d0f533516> ] ;
( fhir:resource <urn:uuid:bc27122e-52b5-569e-1787-5d6d0f533516> )
] [
fhir:fullUrl [
fhir:v "urn:uuid:bb56d49f-4914-2191-6354-2c20f3c76d85"^^xsd:anyURI ;
fhir:l <urn:uuid:bb56d49f-4914-2191-6354-2c20f3c76d85> ] ;
( fhir:resource <urn:uuid:bb56d49f-4914-2191-6354-2c20f3c76d85> )
] ) . #
<urn:uuid:1f3ab002-429f-7f05-4dda-05467f2804d9> a fhir:Organization ;
fhir:id [ fhir:v "manufacturer"] ; #
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=\"Organization_manufacturer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization manufacturer</b></p><a name=\"manufacturer\"> </a><a name=\"hcmanufacturer\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\""A FDA Establishment Identifier or Firm Establishment Identifier (FEI) is an FDA system generated number used to identify a firm. FDA systems interact, occasionally creating multiple records (FEIs) for one firm. Upon evaluation, these numbers are merged into one surviving FEI which is used to identify the firm. The remaining FEIs become children of the surviving FEI and are not used to identify the firm."#xD;#xA;#xD;#xA;For more information, see [https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq](https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq).\">FDA Establishment Identifier</a>/3010027650</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type drug-product-manufacture}\">Drug Product Manufacture</span></p><p><b>name</b>: AAA Pharmaceutical, Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>681 Main Street Lumberton New Jersey 08048 USA </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.82> ] ;
fhir:value [ fhir:v "3010027650" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "drug-product-manufacture" ] ;
fhir:display [ fhir:v "Drug Product Manufacture" ] ] )
] ) ; #
fhir:name [ fhir:v "AAA Pharmaceutical, Inc."] ; #
fhir:contact ( [
fhir:address [
( fhir:line [ fhir:v "681 Main Street" ] ) ;
fhir:city [ fhir:v "Lumberton" ] ;
fhir:state [ fhir:v "New Jersey" ] ;
fhir:postalCode [ fhir:v "08048" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) . #
<urn:uuid:33cdead0-6b1c-4c11-3094-bed90e7c727b> a fhir:Organization ;
fhir:id [ fhir:v "manufacturer2"] ; #
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=\"Organization_manufacturer2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization manufacturer2</b></p><a name=\"manufacturer2\"> </a><a name=\"hcmanufacturer2\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\""A FDA Establishment Identifier or Firm Establishment Identifier (FEI) is an FDA system generated number used to identify a firm. FDA systems interact, occasionally creating multiple records (FEIs) for one firm. Upon evaluation, these numbers are merged into one surviving FEI which is used to identify the firm. The remaining FEIs become children of the surviving FEI and are not used to identify the firm."#xD;#xA;#xD;#xA;For more information, see [https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq](https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq).\">FDA Establishment Identifier</a>/2246707</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type drug-product-manufacture}\">Drug Product Manufacture</span></p><p><b>name</b>: AAA Pharmaceutical, Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>157-160 West Jefferson Street Paulsboro New Jersey 08066 USA </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.82> ] ;
fhir:value [ fhir:v "2246707" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "drug-product-manufacture" ] ;
fhir:display [ fhir:v "Drug Product Manufacture" ] ] )
] ) ; #
fhir:name [ fhir:v "AAA Pharmaceutical, Inc."] ; #
fhir:contact ( [
fhir:address [
( fhir:line [ fhir:v "157-160 West Jefferson Street" ] ) ;
fhir:city [ fhir:v "Paulsboro" ] ;
fhir:state [ fhir:v "New Jersey" ] ;
fhir:postalCode [ fhir:v "08066" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) . #
<urn:uuid:16d3bbe6-6ce1-5d99-9a55-b2b52e907cb0> a fhir:Organization ;
fhir:id [ fhir:v "capManufacturer"] ; #
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=\"Organization_capManufacturer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization capManufacturer</b></p><a name=\"capManufacturer\"> </a><a name=\"hccapManufacturer\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\""A FDA Establishment Identifier or Firm Establishment Identifier (FEI) is an FDA system generated number used to identify a firm. FDA systems interact, occasionally creating multiple records (FEIs) for one firm. Upon evaluation, these numbers are merged into one surviving FEI which is used to identify the firm. The remaining FEIs become children of the surviving FEI and are not used to identify the firm."#xD;#xA;#xD;#xA;For more information, see [https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq](https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq).\">FDA Establishment Identifier</a>/3008816891</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type packaging}\">Packaging</span></p><p><b>name</b>: A+ Secure Packaging, LLC</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>339 Mason Rd La Vergne Tennessee 37086 USA </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.82> ] ;
fhir:value [ fhir:v "3008816891" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "packaging" ] ;
fhir:display [ fhir:v "Packaging" ] ] )
] ) ; #
fhir:name [ fhir:v "A+ Secure Packaging, LLC"] ; #
fhir:contact ( [
fhir:address [
( fhir:line [ fhir:v "339 Mason Rd" ] ) ;
fhir:city [ fhir:v "La Vergne" ] ;
fhir:state [ fhir:v "Tennessee" ] ;
fhir:postalCode [ fhir:v "37086" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) . #
<urn:uuid:4db6d77b-4a0d-2b1c-0409-753790811c28> a fhir:Organization ;
fhir:id [ fhir:v "bottleManufacturer"] ; #
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=\"Organization_bottleManufacturer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization bottleManufacturer</b></p><a name=\"bottleManufacturer\"> </a><a name=\"hcbottleManufacturer\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\""A FDA Establishment Identifier or Firm Establishment Identifier (FEI) is an FDA system generated number used to identify a firm. FDA systems interact, occasionally creating multiple records (FEIs) for one firm. Upon evaluation, these numbers are merged into one surviving FEI which is used to identify the firm. The remaining FEIs become children of the surviving FEI and are not used to identify the firm."#xD;#xA;#xD;#xA;For more information, see [https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq](https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq).\">FDA Establishment Identifier</a>/2244725</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type packaging}\">Packaging</span></p><p><b>name</b>: Acupac Packaging Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>55 Ramapo Valley Road Mahwah New Jersey 07430 USA </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.82> ] ;
fhir:value [ fhir:v "2244725" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "packaging" ] ;
fhir:display [ fhir:v "Packaging" ] ] )
] ) ; #
fhir:name [ fhir:v "Acupac Packaging Inc."] ; #
fhir:contact ( [
fhir:address [
( fhir:line [ fhir:v "55 Ramapo Valley Road" ] ) ;
fhir:city [ fhir:v "Mahwah" ] ;
fhir:state [ fhir:v "New Jersey" ] ;
fhir:postalCode [ fhir:v "07430" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) . #
<urn:uuid:bc27122e-52b5-569e-1787-5d6d0f533516> a fhir:Organization ;
fhir:id [ fhir:v "tester2"] ; #
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=\"Organization_tester2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization tester2</b></p><a name=\"tester2\"> </a><a name=\"hctester2\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\""A FDA Establishment Identifier or Firm Establishment Identifier (FEI) is an FDA system generated number used to identify a firm. FDA systems interact, occasionally creating multiple records (FEIs) for one firm. Upon evaluation, these numbers are merged into one surviving FEI which is used to identify the firm. The remaining FEIs become children of the surviving FEI and are not used to identify the firm."#xD;#xA;#xD;#xA;For more information, see [https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq](https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq).\">FDA Establishment Identifier</a>/3003367682</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type analytical-testing-stability}\">Analytical Testing - Stability</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type analytical-testing-release}\">Analytical Testing - Release</span></p><p><b>name</b>: A & M STABTEST Labor für Analytik und Stabilitätsprüfung</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Kopernikusstr. 6 Bergheim North-rhine Westphalia 50126 Germany </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.82> ] ;
fhir:value [ fhir:v "3003367682" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "analytical-testing-stability" ] ;
fhir:display [ fhir:v "Analytical Testing - Stability" ] ] )
] [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "analytical-testing-release" ] ;
fhir:display [ fhir:v "Analytical Testing - Release" ] ] )
] ) ; #
fhir:name [ fhir:v "A & M STABTEST Labor für Analytik und Stabilitätsprüfung"] ; #
fhir:contact ( [
fhir:address [
( fhir:line [ fhir:v "Kopernikusstr. 6" ] ) ;
fhir:city [ fhir:v "Bergheim" ] ;
fhir:state [ fhir:v "North-rhine Westphalia" ] ;
fhir:postalCode [ fhir:v "50126" ] ;
fhir:country [ fhir:v "Germany" ] ]
] ) . #
<urn:uuid:bb56d49f-4914-2191-6354-2c20f3c76d85> a fhir:Organization ;
fhir:id [ fhir:v "tester"] ; #
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=\"Organization_tester\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization tester</b></p><a name=\"tester\"> </a><a name=\"hctester\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\""A FDA Establishment Identifier or Firm Establishment Identifier (FEI) is an FDA system generated number used to identify a firm. FDA systems interact, occasionally creating multiple records (FEIs) for one firm. Upon evaluation, these numbers are merged into one surviving FEI which is used to identify the firm. The remaining FEIs become children of the surviving FEI and are not used to identify the firm."#xD;#xA;#xD;#xA;For more information, see [https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq](https://www.accessdata.fda.gov/scripts/feiportal/index.cfm?action=common.faq).\">FDA Establishment Identifier</a>/3007270600</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type analytical-testing-stability}\">Analytical Testing - Stability</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type analytical-testing-release}\">Analytical Testing - Release</span></p><p><b>name</b>: Advanced Analytical Testing Laboratories Inc.</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>30 Silverline Drive North Brunswick New Jersey 08902 USA </td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.4.82> ] ;
fhir:value [ fhir:v "3007270600" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "analytical-testing-stability" ] ;
fhir:display [ fhir:v "Analytical Testing - Stability" ] ] )
] [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type> ] ;
fhir:code [ fhir:v "analytical-testing-release" ] ;
fhir:display [ fhir:v "Analytical Testing - Release" ] ] )
] ) ; #
fhir:name [ fhir:v "Advanced Analytical Testing Laboratories Inc."] ; #
fhir:contact ( [
fhir:address [
( fhir:line [ fhir:v "30 Silverline Drive" ] ) ;
fhir:city [ fhir:v "North Brunswick" ] ;
fhir:state [ fhir:v "New Jersey" ] ;
fhir:postalCode [ fhir:v "08902" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) . #
IG © 2023+ HL7 International / Biomedical Research and Regulation.
Package hl7.fhir.uv.pharm-quality#1.0.0 based on FHIR 5.0.0.
Generated
2026-05-10
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
