AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: HealthcareService - Private X-Ray - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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:id [ fhir:v "lge-priv-xray"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"lge-priv-xray\"> </a></p><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\">Resource HealthcareService &quot;lge-priv-xray&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-healthcareservice.html\">AU Core HealthcareService</a></p></div><p><b>identifier</b>: ABN: 51824997755</p><p><b>specialty</b>: 394734003 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394734003)</span></p><p><b>name</b>: Large Private X-RAY</p><p><b>telecom</b>: ph: 1300 975 707(WORK), <a href=\"https://lge-private-xray.example.com\">https://lge-private-xray.example.com</a></p><p><b>serviceProvisionCode</b>: Fees and Bulk Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org.au/fhir/4.1.2-preview/CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FBB)</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] ) ;
fhir:text [ fhir:v "ABN" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "51824997755" ] #  Not a valid ABN. This example uses a fictional\n        ABN that does not conform to ABN format to ensure no conflict with real world values 
  ] ) ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:394734003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394734003" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Large Private X-RAY"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1300 975 707" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://lge-private-xray.example.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:serviceProvisionCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FBB" ] ;
fhir:display [ fhir:v "Fees and Bulk Billing" ]     ] )
  ] ) . #