Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: HealthcareService-example3

Formats: Narrative,XML, JSON, Turtle

Raw ttl

@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 -------------------------------------------------------------------

 a fhir:HealthcareService;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example3"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example3</p><p><b>meta</b>: </p><p><b>providedBy</b>: <a href=\"Organization-example3.html\">Devonport Family Medicine Clinic. Generated Summary: id: example3; ABN = 51824754455; <span title=\"Codes: {http://hl7.org/fhir/organization-type prov}\">Healthcare Provider</span>; name: Devonport Family Medicine Clinic; reception@example.dfmc.com.au(WORK), fax: (03) 8543 5557(WORK), ph: (03) 8543 5556(WORK)</a></p><p><b>category</b>: General Practice <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/service-category code '17' = 'General Practice', given as 'General Practice'})</span></p><p><b>specialty</b>: General medical service <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '700232004' = 'General medical service', given as 'General medical service'})</span>, Smoking cessation service <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '1244901000168103' = '1244901000168103', given as 'Smoking cessation service'})</span></p><p><b>location</b>: <a href=\"Location-example3.html\">Generated Summary: id: example3; status: active; <span title=\"Codes: {http://hl7.org/fhir/v3/RoleCode FMC}\">Family medicine clinic</span>; <span title=\"Codes: {http://hl7.org/fhir/location-physical-type bu}\">Building</span></a></p><p><b>name</b>: General Practitioner services</p><p><b>telecom</b>: ph: (03) 8543 5555(WORK)</p><p><b>serviceProvisionCode</b>: Fees and Bulk Billing <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org.au/fhir/CodeSystem/service-provision-conditions code 'FBB' = 'Fees and Bulk Billing', given as 'Fees and Bulk Billing'})</span></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: mon, tue, wed, thu, fri</p><p><b>availableStartTime</b>: </p><p><b>availableEndTime</b>: </p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: sat, sun</p><p><b>availableStartTime</b>: </p><p><b>availableEndTime</b>: </p></blockquote></div>"
  ];
  fhir:HealthcareService.providedBy [
     fhir:Reference.reference [ fhir:value "Organization/example3" ];
     fhir:Reference.display [ fhir:value "Devonport Family Medicine Clinic" ]
  ];
  fhir:HealthcareService.category [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/service-category" ];
       fhir:Coding.code [ fhir:value "17" ];
       fhir:Coding.display [ fhir:value "General Practice" ]     ]
  ];
  fhir:HealthcareService.specialty [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:700232004;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "700232004" ];
       fhir:Coding.display [ fhir:value "General medical service" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:1244901000168103;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "1244901000168103" ];
       fhir:Coding.display [ fhir:value "Smoking cessation service" ]     ]
  ];
  fhir:HealthcareService.location [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Location/example3" ]
  ];
  fhir:HealthcareService.name [ fhir:value "General Practitioner services"];
  fhir:HealthcareService.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(03) 8543 5555" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ];
  fhir:HealthcareService.serviceProvisionCode [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org.au/fhir/CodeSystem/service-provision-conditions" ];
       fhir:Coding.code [ fhir:value "FBB" ];
       fhir:Coding.display [ fhir:value "Fees and Bulk Billing" ]     ]
  ];
  fhir:HealthcareService.availableTime [
     fhir:index 0;
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "mon";
       fhir:index 0     ], [
       fhir:value "tue";
       fhir:index 1     ], [
       fhir:value "wed";
       fhir:index 2     ], [
       fhir:value "thu";
       fhir:index 3     ], [
       fhir:value "fri";
       fhir:index 4     ];
     fhir:HealthcareService.availableTime.availableStartTime [ fhir:value "08:00:00"^^xsd:time ];
     fhir:HealthcareService.availableTime.availableEndTime [ fhir:value "20:00:00"^^xsd:time ]
  ], [
     fhir:index 1;
     fhir:HealthcareService.availableTime.daysOfWeek [
       fhir:value "sat";
       fhir:index 0     ], [
       fhir:value "sun";
       fhir:index 1     ];
     fhir:HealthcareService.availableTime.availableStartTime [ fhir:value "10:00:00"^^xsd:time ];
     fhir:HealthcareService.availableTime.availableEndTime [ fhir:value "16:00:00"^^xsd:time ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.