@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/referral-information-for-referrer-example> a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "referral-information-for-referrer-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 referral-information-for-referrer-example</b></p><a name=\"referral-information-for-referrer-example\"> </a><a name=\"hcreferral-information-for-referrer-example\"> </a><p><b>Referral Information for Referrer</b>: </p><div><p>Please include recent test results and referral letter.</p>\n</div><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 394579002}\">Cardiology</span></p><p><b>name</b>: Paul Hogan Memorial Croc Cardiology Clinic</p><p><b>telecom</b>: <a href=\"tel:+61812345678\">+61 8 1234 5678</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/referral-information-for-referrer"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:markdown ;
       fhir:v "Please include recent test results and referral letter."
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:providedBy [
     fhir:display [ fhir:v "Example Health Organisation" ]
  ] ; # 
  fhir:type ( [
     fhir:coding ( [
       a sct:394579002 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "394579002" ] ;
       fhir:display [ fhir:v "Cardiology" ]
     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Paul Hogan Memorial Croc Cardiology Clinic"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+61 8 1234 5678" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

