PanCareSurPass Project HL7 FHIR Implementation Guide
0.1.0 - trial-use 150

This page is part of the PanCareSurPass Project HL7 FHIR Implementation Guide (v0.1.0: QA Preview) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Organization: Primary Diagnosis Hulafe (Organization) - 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 "OrgHulafe-1"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Organization-center-eu-pcsp";
       fhir:index 0;
       fhir:link <http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Organization-center-eu-pcsp>     ]
  ]; # 
  fhir:Resource.language [ fhir:value "es-ES"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es-ES\" lang=\"es-ES\"><p><b>Generated Narrative: Organization</b><a name=\"OrgHulafe-1\"> </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 &quot;OrgHulafe-1&quot;  (Language &quot;es-ES&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-center-eu-pcsp.html\">Organization: Primary Treatment Center / Center of diagnosis</a></p></div><p><b>active</b>: true</p><p><b>name</b>: Hospital Universitari i Politècnic La Fe</p><p><b>alias</b>: La Fe</p><p><b>telecom</b>: <a href=\"tel:+34961244000\">+34 961 244 000</a>, <a href=\"mailto:prensa_lafe@gva.es\">prensa_lafe@gva.es</a></p><p><b>address</b>: Avinguda de Fernando Abril Martorell, nº 106 Valencia Comunidad Valenciana 46026 ES (WORK)</p></div>"
  ]; # 
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean]; # 
  fhir:Organization.name [ fhir:value "Hospital Universitari i Politècnic La Fe"]; # 
  fhir:Organization.alias [
     fhir:value "La Fe";
     fhir:index 0
  ]; # 
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "+34 961 244 000" ]
  ], [
     fhir:index 1;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "prensa_lafe@gva.es" ]
  ]; # 
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.use [ fhir:value "work" ];
     fhir:Address.type [ fhir:value "both" ];
     fhir:Address.line [
       fhir:value "Avinguda de Fernando Abril Martorell, nº 106";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Valencia" ];
     fhir:Address.state [ fhir:value "Comunidad Valenciana" ];
     fhir:Address.postalCode [ fhir:value "46026" ];
     fhir:Address.country [ fhir:value "ES" ]
  ]. # 

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

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