@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/Organization/organization-drug-pq-ex5> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-drug-pq-ex5"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Organization-drug-pq"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/pharm-quality/StructureDefinition/Organization-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\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-drug-pq-ex5</b></p><a name=\"organization-drug-pq-ex5\"> </a><a name=\"hcorganization-drug-pq-ex5\"> </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-Organization-drug-pq.html\">Organization - Drug PQ</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-FEI.html\" title=\"&quot;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.&quot;#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" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

