Publication Build: This will be filled in by the publication tooling
: Organization: HUG - 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 "OrganizationHug"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-organization"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization OrganizationHug</b></p><a name=\"OrganizationHug\"> </a><a name=\"hcOrganizationHug\"> </a><a name=\"OrganizationHug-en-US\"> </a><p><b>identifier</b>: <a href=\"https://www.gs1.org/standards/id-keys/gln\" title=\"Global Location Number\">GLN</a>/7601000234438</p><p><b>name</b>: Hôpitaux universitaires de Genève</p><p><b>address</b>: Rue Gabrielle-Perret-Gentil 4 Genève 1205 CH </p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601000234438" ]
] ) ; #
fhir:name [ fhir:v "Hôpitaux universitaires de Genève"] ; #
fhir:address ( [
( fhir:line [ fhir:v "Rue Gabrielle-Perret-Gentil 4" ] ) ;
fhir:city [ fhir:v "Genève" ] ;
fhir:postalCode [ fhir:v "1205" ] ;
fhir:country [ fhir:v "CH" ]
] ) . #