@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-ex1> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-drug-pq-ex1"] ; # 
  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-ex1</b></p><a name=\"organization-drug-pq-ex1\"> </a><a name=\"hcorganization-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-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>/3003040516</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/pharmaceutical-organization-type drug-substance-manufacture}\">Drug Substance Manufacture</span></p><p><b>name</b>: AAA Molybdenum Products, 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>7233 W 116th Pl Ste C Broomfield Colorado 80020 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 "3003040516" ]
  ] ) ; # 
  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-substance-manufacture" ] ;
       fhir:display [ fhir:v "Drug Substance Manufacture" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "AAA Molybdenum Products, Inc."] ; # 
  fhir:contact ( [
     fhir:address [
       fhir:line ( [ fhir:v "7233 W 116th Pl" ] [ fhir:v "Ste C" ] ) ;
       fhir:city [ fhir:v "Broomfield" ] ;
       fhir:state [ fhir:v "Colorado" ] ;
       fhir:postalCode [ fhir:v "80020" ] ;
       fhir:country [ fhir:v "USA" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

