PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. 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:id [ fhir:v "OrgHulafe-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Organization-center-eu-pcsp"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Organization-center-eu-pcsp>     ] )
  ] ; # 
  fhir:language [ fhir:v "es-ES"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es-ES\" lang=\"es-ES\"><p class=\"res-header-id\"><b>Generated Narrative: Organization OrgHulafe-1</b></p><a name=\"OrgHulafe-1\"> </a><a name=\"hcOrgHulafe-1\"> </a><a name=\"OrgHulafe-1-en-US\"> </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\">Language: es-ES</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:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Hospital Universitari i Politècnic La Fe"] ; # 
  fhir:alias ( [ fhir:v "La Fe"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+34 961 244 000" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "prensa_lafe@gva.es" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "Avinguda de Fernando Abril Martorell, nº 106" ] ) ;
fhir:city [ fhir:v "Valencia" ] ;
fhir:state [ fhir:v "Comunidad Valenciana" ] ;
fhir:postalCode [ fhir:v "46026" ] ;
fhir:country [ fhir:v "ES" ]
  ] ) . #