@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://nuts-foundation.github.io/nl-generic-functions-ig/Organization/ad3-o1> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ad3-o1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization" ;
       fhir:index 0 ;
       fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization>
     ]
  ] ;
  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 ad3-o1</b></p><a name=\"ad3-o1\"> </a><a name=\"hcad3-o1\"> </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>: Ura/33333333, <code>https://cp3-test.example.org/departments</code>/3e799075-63a2-4a4c-913d-a91b8198463d</p><p><b>type</b>: <span title=\"Codes:{http://nictiz.nl/fhir/NamingSystem/organization-type X3}\">Verplegings- of verzorgingsinstelling</span></p><p><b>name</b>: example Care Institution</p><p><b>telecom</b>: <a href=\"tel:+31301234567\">+31301234567</a>, <a href=\"mailto:info@organization3.nl\">info@organization3.nl</a></p><p><b>address</b>: Smidsstraat 10 Zelhem 7021 AC </p><p><b>endpoint</b>: </p><ul><li><a href=\"Endpoint-ad3-e1.html\">Endpoint FHIR R4 Endpoint</a></li><li><a href=\"Endpoint-ad3-e2.html\">Endpoint FHIR STU3 Endpoint</a></li></ul></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
     fhir:Identifier.value [ fhir:value "33333333" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "https://cp3-test.example.org/departments" ] ;
     fhir:Identifier.value [ fhir:value "3e799075-63a2-4a4c-913d-a91b8198463d" ] ;
     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/ura" ] ;
         fhir:Identifier.value [ fhir:value "33333333" ]
       ]
     ]
  ] ;
  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 "X3" ] ;
       fhir:Coding.display [ fhir:value "Verplegings- of verzorgingsinstelling" ]
     ]
  ] ;
  fhir:Organization.name [ fhir:value "example Care Institution"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+31301234567" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "info@organization3.nl" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Smidsstraat 10" ;
       fhir:index 0 ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" ] ;
         fhir:Extension.valueString [ fhir:value "Smidsstraat" ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" ] ;
         fhir:Extension.valueString [ fhir:value "10" ]
       ]
     ] ;
     fhir:Address.city [ fhir:value "Zelhem" ] ;
     fhir:Address.postalCode [ fhir:value "7021 AC" ]
  ] ;
  fhir:Organization.endpoint [
     fhir:index 0 ;
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/Endpoint/ad3-e1> ;
     fhir:Reference.reference [ fhir:value "Endpoint/ad3-e1" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/Endpoint/ad3-e2> ;
     fhir:Reference.reference [ fhir:value "Endpoint/ad3-e2" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://nuts-foundation.github.io/nl-generic-functions-ig/Organization/ad3-o1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

