Netherlands - Generic Functions for data exchange Implementation Guide
0.2.0 - ci-build Netherlands flag

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

: Bundle of care services in HIS of Organization 1 - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "admin-directory-org1"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:4cb35b96-f021-4e15-bf71-d67a6d4bebec"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:4cb35b96-f021-4e15-bf71-d67a6d4bebec> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Organization/4cb35b96-f021-4e15-bf71-d67a6d4bebec"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:59654248-477c-4694-b156-e0042f0765a6"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:59654248-477c-4694-b156-e0042f0765a6> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Endpoint/59654248-477c-4694-b156-e0042f0765a6"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:5fa4c91a-a12f-48ae-a4c7-92971dc7ab53"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:5fa4c91a-a12f-48ae-a4c7-92971dc7ab53> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "PractitionerRole/5fa4c91a-a12f-48ae-a4c7-92971dc7ab53"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:9a63e407-34af-4ae4-ad3c-f7107fbbc0cd"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:9a63e407-34af-4ae4-ad3c-f7107fbbc0cd> ) ;
fhir:request [
fhir:method [ fhir:v "PUT" ] ;
fhir:url [ fhir:v "Practitioner/9a63e407-34af-4ae4-ad3c-f7107fbbc0cd"^^xsd:anyURI ]     ]
  ] ) . # 

<urn:uuid:4cb35b96-f021-4e15-bf71-d67a6d4bebec> a fhir:Organization ;
  fhir:id [ fhir:v "4cb35b96-f021-4e15-bf71-d67a6d4bebec"] ; # 
  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\"><a name=\"Organization_4cb35b96-f021-4e15-bf71-d67a6d4bebec\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 4cb35b96-f021-4e15-bf71-d67a6d4bebec</b></p><a name=\"4cb35b96-f021-4e15-bf71-d67a6d4bebec\"> </a><a name=\"hc4cb35b96-f021-4e15-bf71-d67a6d4bebec\"> </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-59654248-477c-4694-b156-e0042f0765a6.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/59654248-477c-4694-b156-e0042f0765a6" ]
  ] ) . # 

<urn:uuid:59654248-477c-4694-b156-e0042f0765a6> a fhir:Endpoint ;
  fhir:id [ fhir:v "59654248-477c-4694-b156-e0042f0765a6"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-endpoint"^^xsd:anyURI ;
fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-endpoint>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Endpoint_59654248-477c-4694-b156-e0042f0765a6\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Endpoint 59654248-477c-4694-b156-e0042f0765a6</b></p><a name=\"59654248-477c-4694-b156-e0042f0765a6\"> </a><a name=\"hc59654248-477c-4694-b156-e0042f0765a6\"> </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-endpoint.html\">NL Generic Functions Endpoint Profile</a></p></div><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>name</b>: FHIR Endpoint 1</p><p><b>managingOrganization</b>: Identifier: <code>http://fhir.nl/fhir/NamingSystem/kvk</code>/51494752</p><p><b>contact</b>: <a href=\"tel:+3131599991\">+3131599991</a>, <a href=\"mailto:info@cp1.example.org\">info@cp1.example.org</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities http://nuts-foundation.github.io/nl-generic-functions-ig/CapabilityStatement/nl-gf-admin-directory-update-client}\">Care Services Directory for Update Client</span></p><p><b>payloadMimeType</b>: application/fhir+json</p><p><b>address</b>: <a href=\"https://cp1-test.example.org/fhirr4\">https://cp1-test.example.org/fhirr4</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ]
  ] ; # 
  fhir:name [ fhir:v "FHIR Endpoint 1"] ; # 
  fhir:managingOrganization [
fhir:identifier [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/kvk"^^xsd:anyURI ] ;
fhir:value [ fhir:v "51494752" ]     ]
  ] ; # 
  fhir:contact ( [
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:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/nl-gf-data-exchange-capabilities"^^xsd:anyURI ] ;
fhir:code [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/CapabilityStatement/nl-gf-admin-directory-update-client" ] ;
fhir:display [ fhir:v "Care Services Directory for Update Client" ]     ] )
  ] ) ; # 
  fhir:payloadMimeType ( [ fhir:v "application/fhir+json"] ) ; # 
  fhir:address [ fhir:v "https://cp1-test.example.org/fhirr4"^^xsd:anyURI] . # 

<urn:uuid:5fa4c91a-a12f-48ae-a4c7-92971dc7ab53> a fhir:PractitionerRole ;
  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:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_5fa4c91a-a12f-48ae-a4c7-92971dc7ab53\"> </a><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, <code>http://fhir.nl/fhir/NamingSystem/uzi</code>/UZI-2</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://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/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:value [ fhir:v "654321" ]
  ] [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/uzi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UZI-2" ]
  ] ) ; # 
  fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/9a63e407-34af-4ae4-ad3c-f7107fbbc0cd" ]
  ] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/4cb35b96-f021-4e15-bf71-d67a6d4bebec" ]
  ] ; # 
  fhir:code ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/CodeSystem/uzi-rolcode"^^xsd:anyURI ] ;
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" ]
  ] ) . # 

<urn:uuid:9a63e407-34af-4ae4-ad3c-f7107fbbc0cd> a fhir:Practitioner ;
  fhir:id [ fhir:v "9a63e407-34af-4ae4-ad3c-f7107fbbc0cd"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner"^^xsd:anyURI ;
fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitioner>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_9a63e407-34af-4ae4-ad3c-f7107fbbc0cd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 9a63e407-34af-4ae4-ad3c-f7107fbbc0cd</b></p><a name=\"9a63e407-34af-4ae4-ad3c-f7107fbbc0cd\"> </a><a name=\"hc9a63e407-34af-4ae4-ad3c-f7107fbbc0cd\"> </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-practitioner.html\">NL Generic Functions Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://cp1.example.org/HRM/employees</code>/5678</p><p><b>name</b>: Hary Arts(Official)</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://cp1.example.org/HRM/employees"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5678" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Hary Arts" ] ;
fhir:family [ fhir:v "Arts" ] ;
    ( fhir:given [ fhir:v "Harry" ] )
  ] ) . #