Netherlands - Generic Functions for data exchange Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: LRZa - Organization 1 - Organization - 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 "3f39dca9-a392-4eb3-8366-0c7ff53ab3a9"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization"^^xsd:anyURI ;
fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-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 3f39dca9-a392-4eb3-8366-0c7ff53ab3a9</b></p><a name=\"3f39dca9-a392-4eb3-8366-0c7ff53ab3a9\"> </a><a name=\"hc3f39dca9-a392-4eb3-8366-0c7ff53ab3a9\"> </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=\"StructureDefinition-nl-gf-organization.html\">NL Generic Functions Organization Profile</a></p></div><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/ura</code>/11111111</p><p><b>type</b>: <span title=\"Codes:{http://nictiz.nl/fhir/NamingSystem/organization-type Z3}\">Huisartspraktijk (zelfstandig of groepspraktijk)</span></p><p><b>name</b>: example General Practice</p><p><b>telecom</b>: <a href=\"tel:+3131599991\">+3131599991</a>, <a href=\"mailto:info@cp1.example.org\">info@cp1.example.org</a></p><p><b>address</b>: Vogelenzangweg 31 null null Ulft 7071 PT </p><p><b>endpoint</b>: <a href=\"Endpoint-ffa3e969-3dfd-45d3-9d2c-f4e3795e1bf4.html\">Endpoint FHIR Endpoint 1</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/ura"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11111111" ]
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://nictiz.nl/fhir/NamingSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Z3" ] ;
fhir:display [ fhir:v "Huisartspraktijk (zelfstandig of groepspraktijk)" ] ] )
] ) ; #
fhir:name [ fhir:v "example General Practice"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+3131599991" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@cp1.example.org" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "Vogelenzangweg 31" ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Vogelenzangweg" ] ] ) ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "31" ] ] ) ] ) ;
fhir:city [ fhir:v "Ulft" ] ;
fhir:postalCode [ fhir:v "7071 PT" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/ffa3e969-3dfd-45d3-9d2c-f4e3795e1bf4" ]
] ) . #