@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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/new-patient-availability-example> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "new-patient-availability-example"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService new-patient-availability-example</b></p><a name=\"new-patient-availability-example\"> </a><a name=\"hcnew-patient-availability-example\"> </a><p><b>New Patient Availability</b>: <span title=\"Codes:{https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1 accepting}\">accepting new patients</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 394802001}\">General medicine</span></p><p><b>name</b>: Russell Coight's Outback Flying Doctor Service</p><p><b>telecom</b>: <a href=\"tel:+61755551234\">+61 7 5555 1234</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/new-patient-availability"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "https://www.healthterminologies.gov.au/integration/R4/fhir/CodeSystem/new-patient-availability-1"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "accepting" ] ;
         fhir:display [ fhir:v "accepting new patients" ]
       ] )
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
     fhir:display [ fhir:v "Example Health Organisation" ]
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       a sct:394802001 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "394802001" ] ;
       fhir:display [ fhir:v "General medicine" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Russell Coight's Outback Flying Doctor Service"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+61 7 5555 1234" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

