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

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.3.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

: 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/3f39dca9-a392-4eb3-8366-0c7ff53ab3a9> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "3f39dca9-a392-4eb3-8366-0c7ff53ab3a9"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization-lrza" ;
       fhir:index 0 ;
       fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization-lrza>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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-lrza.html\">NL Generic Functions Organization Profile</a></p></div><p><b>identifier</b>: Ura/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>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
     fhir:Identifier.value [ fhir:value "11111111" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.identifier [
         fhir:Identifier.type [
           fhir:CodeableConcept.coding [
             fhir:index 0 ;
             fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
             fhir:Coding.code [ fhir:value "author" ]
           ]
         ] ;
         fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/kvk" ] ;
         fhir:Identifier.value [ fhir:value "50000535" ]
       ]
     ]
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://nictiz.nl/fhir/NamingSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "Z3" ] ;
       fhir:Coding.display [ fhir:value "Huisartspraktijk (zelfstandig of groepspraktijk)" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "example General Practice"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+3131599991" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "info@cp1.example.org" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Vogelenzangweg 31" ;
       fhir:index 0
     ], [
       fhir:index 1 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ] ;
         fhir:Extension.valueString [ fhir:value "Vogelenzangweg" ]
       ]
     ], [
       fhir:index 2 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ] ;
         fhir:Extension.valueString [ fhir:value "31" ]
       ]
     ] ;
     fhir:Address.city [ fhir:value "Ulft" ] ;
     fhir:Address.postalCode [ fhir:value "7071 PT" ]
  ] ;
  fhir:Organization.endpoint [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Endpoint/ffa3e969-3dfd-45d3-9d2c-f4e3795e1bf4> ;
     fhir:Reference.reference [ fhir:value "Endpoint/ffa3e969-3dfd-45d3-9d2c-f4e3795e1bf4" ]
  ] .

<http://hl7.org/fhir/Endpoint/ffa3e969-3dfd-45d3-9d2c-f4e3795e1bf4> a fhir:Endpoint .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/3f39dca9-a392-4eb3-8366-0c7ff53ab3a9.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/3f39dca9-a392-4eb3-8366-0c7ff53ab3a9.ttl> .