@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://digitalhealth.gov.au/fhir/cc/HealthcareService/iar-levels-of-care-example> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "iar-levels-of-care-example"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService iar-levels-of-care-example</b></p><a name=\"iar-levels-of-care-example\"> </a><a name=\"hciar-levels-of-care-example\"> </a><p><b>IAR Levels of Care</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1 level1}\">Level 1 - Self management</span></p><p><b>active</b>: true</p><p><b>providedBy</b>: Example Health Organisation</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394913002}\">Psychotherapy (specialty)</span></p><p><b>name</b>: Kath &amp; Kim's Fountain Lakes Wellness Hub</p><p><b>telecom</b>: <a href=\"tel:+61212345678\">+61 2 1234 5678</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/iar-levels-of-care" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1" ] ;
         fhir:Coding.code [ fhir:value "level1" ] ;
         fhir:Coding.display [ fhir:value "Level 1 - Self management" ]
       ]
     ]
  ] ;
  fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:HealthcareService.providedBy [
     fhir:Reference.display [ fhir:value "Example Health Organisation" ]
  ] ;
  fhir:HealthcareService.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:394913002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "394913002" ] ;
       fhir:Coding.display [ fhir:value "Psychotherapy (specialty)" ]
     ]
  ] ;
  fhir:HealthcareService.name [ fhir:value "Kath & Kim's Fountain Lakes Wellness Hub"] ;
  fhir:HealthcareService.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+61 2 1234 5678" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://digitalhealth.gov.au/fhir/cc/HealthcareService/iar-levels-of-care-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

