Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. 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/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions
: Organization 1 - PractitionerRole Harry Arts - 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "5fa4c91a-a12f-48ae-a4c7-92971dc7ab53"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"^^xsd:anyURI ;
fhir:l <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole> ] )
] ; #
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: PractitionerRole 5fa4c91a-a12f-48ae-a4c7-92971dc7ab53</b></p><a name=\"5fa4c91a-a12f-48ae-a4c7-92971dc7ab53\"> </a><a name=\"hc5fa4c91a-a12f-48ae-a4c7-92971dc7ab53\"> </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-practitionerrole.html\">NL Generic Functions PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>http://cp1.example.org/HRM/assignments</code>/654321, <a href=\"NamingSystem-fhir-resource-url.html\" title=\"This identifier represents an URI and URL that is SHOULD resolve/redirect to a FHIR resource for a long term (10+ years); just like 'permalinks' or 'persistent URLs' are used in scientific literature. #xD;#xA;#xD;#xA;Only authoritative sources, i.e. the (legal) custodian/data holder should assign these URLs. #xD;#xA;#xD;#xA;The custodian is responsible for forwarding/redirecting the URL-host/domain to a specific software system or platform, ensuring long term persistence of the identifier or (external) reference that's pointing to this resource.\">FHIR resource URL</a>/https://cp1-test.example.org/fhirr4/PractitionerRole/5fa4c91a-a12f-48ae-a4c7-92971dc7ab53</p><p><b>practitioner</b>: <a href=\"Practitioner-9a63e407-34af-4ae4-ad3c-f7107fbbc0cd.html\">Practitioner Hary Arts(official)</a></p><p><b>organization</b>: <a href=\"Organization-4cb35b96-f021-4e15-bf71-d67a6d4bebec.html\">Organization example General Practice</a></p><p><b>code</b>: <span title=\"Codes:{http://fhir.nl/fhir/NamingSystem/uzi-rolcode 01.015}\">Huisarts</span></p><p><b>telecom</b>: <a href=\"mailto:h.arts@cp1.example.org\">h.arts@cp1.example.org</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://cp1.example.org/HRM/assignments"^^xsd:anyURI ;
fhir:l <http://cp1.example.org/HRM/assignments> ] ;
fhir:value [ fhir:v "654321" ]
] [
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/url/fhir"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/url/fhir> ] ;
fhir:value [ fhir:v "https://cp1-test.example.org/fhirr4/PractitionerRole/5fa4c91a-a12f-48ae-a4c7-92971dc7ab53" ]
] ) ; #
fhir:practitioner [
fhir:l fhir:Practitioner/9a63e407-34af-4ae4-ad3c-f7107fbbc0cd ;
fhir:reference [ fhir:v "Practitioner/9a63e407-34af-4ae4-ad3c-f7107fbbc0cd" ]
] ; #
fhir:organization [
fhir:l fhir:Organization/4cb35b96-f021-4e15-bf71-d67a6d4bebec ;
fhir:reference [ fhir:v "Organization/4cb35b96-f021-4e15-bf71-d67a6d4bebec" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/uzi-rolcode"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/uzi-rolcode> ] ;
fhir:code [ fhir:v "01.015" ] ;
fhir:display [ fhir:v "Huisarts" ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "h.arts@cp1.example.org" ]
] ) . #