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

: cfsb1651149636159 - 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 "cfsb1651149636159"];
  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 \"cfsb1651149636159\" </p></div><p><b>identifier</b>: id: ORG-100012958 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Marketing authorisation holder <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystemUvEPIRrmswi.html\">Referentials Management Services CodeSystem</a>#220000000034)</span></p><p><b>name</b>: ViiV Healthcare BV</p><p><b>address</b>: Van Asch van Wijckstraat 55H 3811 LP Amersfoort Netherlands(WORK)</p></div>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.system [ fhir:value "https://spor.ema.europa.eu/omswi" ];
     fhir:Identifier.value [ fhir:value "ORG-100012958" ]
  ];
  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 "220000000034" ];
       fhir:Coding.display [ fhir:value "Marketing authorisation holder" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Marketing authorisation holder" ]
  ];
  fhir:Organization.name [ fhir:value "ViiV Healthcare BV"];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.type [ fhir:value "physical" ];
     fhir:Address.text [ fhir:value "Van Asch van Wijckstraat 55H 3811 LP Amersfoort Netherlands" ];
     fhir:Address.line [
       fhir:value "Van Asch van Wijckstraat 55H";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Amersfoort" ];
     fhir:Address.country [ fhir:value "NL" ]
  ].

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

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