@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://nuts-foundation.github.io/nl-generic-functions-ig/HealthcareService/ad3-hs1> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ad3-hs1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-healthcareservice" ;
       fhir:index 0 ;
       fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-healthcareservice>
     ]
  ] ;
  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: HealthcareService ad3-hs1</b></p><a name=\"ad3-hs1\"> </a><a name=\"hcad3-hs1\"> </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-healthcareservice.html\">NL Generic Functions HealthcareService Profile</a></p></div><p><b>identifier</b>: <code>https://cp3-test.example.org/services</code>/4fcf98c7-b198-4d61-8b3e-5ea39e33c405</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-ad3-o1.html\">Organization example Care Institution</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 146521000146103}\">Brief comprehensive geriatric assessment</span>, <span title=\"Codes:{http://snomed.info/sct 107101000146106}\">comprehensive geriatric assessment</span>, <span title=\"Codes:{http://snomed.info/sct 86944008}\">Visual field study</span></p><p><b>specialty</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.6.7 0335}\">Medisch specialisten, geriatrie</span></p><p><b>name</b>: Geriatrie</p></div>"
  ] ;
  fhir:HealthcareService.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://cp3-test.example.org/services" ] ;
     fhir:Identifier.value [ fhir:value "4fcf98c7-b198-4d61-8b3e-5ea39e33c405" ] ;
     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:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:HealthcareService.providedBy [
     fhir:link <http://nuts-foundation.github.io/nl-generic-functions-ig/Organization/ad3-o1> ;
     fhir:Reference.reference [ fhir:value "Organization/ad3-o1" ]
  ] ;
  fhir:HealthcareService.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:146521000146103 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "146521000146103" ] ;
       fhir:Coding.display [ fhir:value "Brief comprehensive geriatric assessment" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:107101000146106 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "107101000146106" ] ;
       fhir:Coding.display [ fhir:value "comprehensive geriatric assessment" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:86944008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "86944008" ] ;
       fhir:Coding.display [ fhir:value "Visual field study" ]
     ]
  ] ;
  fhir:HealthcareService.specialty [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.6.7" ] ;
       fhir:Coding.code [ fhir:value "0335" ] ;
       fhir:Coding.display [ fhir:value "Medisch specialisten, geriatrie" ]
     ]
  ] ;
  fhir:HealthcareService.name [ fhir:value "Geriatrie"] .

# - ontology header ------------------------------------------------------------

<http://nuts-foundation.github.io/nl-generic-functions-ig/HealthcareService/ad3-hs1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

