Vulcan ePI FHIR Implementation Guide
0.1.0 - CI Build

Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: cfsb1650997423990 - 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:Resource.id [ fhir:value "cfsb1650997423990"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b></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 \"cfsb1650997423990\" </p></div><p><b>identifier</b>: id: ORG-100004538 (OFFICIAL), id: LOC-100000153 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: manufacturer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystemUvEPIRrmswi.html\">Referentials Management Services CodeSystem</a>#220000000033)</span></p><p><b>name</b>: GLAXO WELLCOME, S.A.</p><p><b>address</b>: Avda. Extremadura, 3(WORK)</p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "$spor-org" ];
     fhir:Identifier.value [ fhir:value "ORG-100004538" ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "$spor-org" ];
     fhir:Identifier.value [ fhir:value "LOC-100000153" ]
  ];
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://spor.ema.europa.eu/rmswi" ];
       fhir:Coding.code [ fhir:value "220000000033" ]     ];
     fhir:CodeableConcept.text [ fhir:value "manufacturer" ]
  ];
  fhir:Organization.name [ fhir:value "GLAXO WELLCOME, S.A."];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.text [ fhir:value "Avda. Extremadura, 3" ];
     fhir:Address.line [
       fhir:value "Avda. Extremadura 3, 09400 Aranda De Duero";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Aranda De Duero" ];
     fhir:Address.country [ fhir:value "ES" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.