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
: East-West Manufacturing - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e875ef93-a730-4c44-bead-53663ae7f501"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/mfg-test-site-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/mfg-test-site-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"e875ef93-a730-4c44-bead-53663ae7f501\"> </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 Organization "e875ef93-a730-4c44-bead-53663ae7f501" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mfg-test-site-organization.html\">Manufacturing and/or Test Site Organization</a></p></div><p><b>identifier</b>: DUNS/143265222, FEI/6981397</p><p><b>name</b>: East-West Manufacturing</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>East-West Manufacturing, 100 Stillwater Avenue, Building #2, Bangor, ME, United States</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C134003" ] ;
fhir:display [ fhir:v "DUNS" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.519.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "143265222" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/pq-cmc-fda/CodeSystem/cmc-ncit-dummy"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C134004" ] ;
fhir:display [ fhir:v "FEI" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.82"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6981397" ]
] ) ; #
fhir:name [ fhir:v "East-West Manufacturing"] ; #
fhir:contact ( [
fhir:address [
fhir:text [ fhir:v "East-West Manufacturing, 100 Stillwater Avenue, Building #2, Bangor, ME, United States" ] ;
( fhir:line [ fhir:v "100 Stillwater Avenue" ] [ fhir:v "Building #2" ] ) ;
fhir:city [ fhir:v "Bangor" ] ;
fhir:state [ fhir:v "ME" ] ;
fhir:postalCode [ fhir:v "04401" ] ;
fhir:country [ fhir:v "United States" ] ]
] ) . #