CH UMZH Connect IG (R4)
1.0.0-ballot - ballot Switzerland flag

CH UMZH Connect IG (R4), published by UMZH Connect Team. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/umzhconnect/umzhconnect-ig/ and changes regularly. See the Directory of published versions

: Placer - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "Placer"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Placer</b></p><a name=\"Placer\"> </a><a name=\"hcPlacer\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://fhir.ch/ig/ch-core/7.0.0-ballot/StructureDefinition-ch-core-organization.html\">CH Core Organization</a></p></div><p><b>identifier</b>: <a href=\"http://fhir.ch/ig/ch-term/3.4.0/NamingSystem-gln.html\" title=\"Each healthcare partner (natural or legal person) is referenced with a unique code of type GLN (former name: EAN code) of the [GS1](https://www.gs1.ch/de/home) system, see [refdata](https://www.refdata.ch/).\">GLN</a>/7601000201041</p><p><b>name</b>: Placer</p><p><b>alias</b>: Placer</p><p><b>address</b>: Zürich 8091 CH </p><p><b>endpoint</b>: <a href=\"http://registry.example.org/fhir/Endpoint/EndpointPlacer\">http://registry.example.org/fhir/Endpoint/EndpointPlacer</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.51.1.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7601000201041" ]
  ] ) ; # 
  fhir:name [ fhir:v "Placer"] ; # 
  fhir:alias ( [ fhir:v "Placer"] ) ; # 
  fhir:address ( [
fhir:city [ fhir:v "Zürich" ] ;
fhir:postalCode [ fhir:v "8091" ] ;
fhir:country [ fhir:v "CH" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:link <http://registry.example.org/fhir/Endpoint/EndpointPlacer> ;
fhir:reference [ fhir:v "http://registry.example.org/fhir/Endpoint/EndpointPlacer" ]
  ] ) . #