@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://fhirfrog.org/fhir/au-core-tests/HealthcareService/au-core-healthcareservice-conformant> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-healthcareservice-conformant"] ;
  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 au-core-healthcareservice-conformant</b></p><a name=\"au-core-healthcareservice-conformant\"> </a><a name=\"hcau-core-healthcareservice-conformant\"> </a><p><b>identifier</b>: <code>http://pca.digitalhealth.gov.au/id/pca-healthcare-service</code>/4d00ad2659cb4b54bd8028798af62631</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 722140001}\">Physiotherapy service</span></p><p><b>name</b>: Frog Physiotherapy Service</p><p><b>telecom</b>: ph: 0700000000(Work)</p></div>"
  ] ;
  fhir:HealthcareService.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://pca.digitalhealth.gov.au/id/pca-healthcare-service" ] ;
     fhir:Identifier.value [ fhir:value "4d00ad2659cb4b54bd8028798af62631" ]
  ] ;
  fhir:HealthcareService.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:722140001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "722140001" ] ;
       fhir:Coding.display [ fhir:value "Physiotherapy service" ]
     ]
  ] ;
  fhir:HealthcareService.name [ fhir:value "Frog Physiotherapy Service"] ;
  fhir:HealthcareService.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "0700000000" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/HealthcareService/au-core-healthcareservice-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

