NHSD Implementation Guide - Outbound
4.0.1 - active

NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Standard list of supporting services offered at a Healthcare Service - TTL Representation

Draft as of 2017-11-01

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rc-offering"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h2>Content Logical Definition  </h2>\n			<ul>\n				<li>Include all codes defined in \n					<a href=\"http://fhir.nhsd.com.au/CodeSystem/rc-offering\">http://fhir.nhsd.com.au/rc-offering</a>\n				</li>\n			</ul>\n		</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.nhsd.com.au/CodeSystem/rc-offering"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "Standard list of supporting services offered at a Healthcare Service"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2017-11-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Healthdirect Australia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Saravanan Shanmugam" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "saravanan.shanmugam@healthdirect.org.au" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional offerings of a Healthcare Service, with focus surrounding pharmacies and community services."] ; # 
  fhir:copyright [ fhir:v "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://fhir.nhsd.com.au/ValueSet/valueset-nhsd-offering"^^xsd:anyURI ;
fhir:link <http://fhir.nhsd.com.au/ValueSet/valueset-nhsd-offering>
  ] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "bloodPressure" ] ;
fhir:display [ fhir:v "Blood Pressure Monitoring Service" ]
  ] [
fhir:code [ fhir:v "bloodGlucoseTest" ] ;
fhir:display [ fhir:v "Blood Glucose Testing" ]
  ] [
fhir:code [ fhir:v "heightWeightCheck" ] ;
fhir:display [ fhir:v "Height & Weight Check" ]
  ] [
fhir:code [ fhir:v "homeMedicines" ] ;
fhir:display [ fhir:v "Home Medicines Reviews (HMRs)" ]
  ] [
fhir:code [ fhir:v "babyClinic" ] ;
fhir:display [ fhir:v "Baby Clinic Service" ]
  ] [
fhir:code [ fhir:v "returnOfUnwantedMedicines" ] ;
fhir:display [ fhir:v "Return of Unwanted Medicines Program" ]
  ] [
fhir:code [ fhir:v "boneDensityTesting" ] ;
fhir:display [ fhir:v "Bone Density Testing" ]
  ] [
fhir:code [ fhir:v "cholesterolTesting" ] ;
fhir:display [ fhir:v "Cholesterol Testing" ]
  ] [
fhir:code [ fhir:v "diabetesManagement" ] ;
fhir:display [ fhir:v "Diabetes Management" ]
  ] [
fhir:code [ fhir:v "diabetesSubAgency" ] ;
fhir:display [ fhir:v "Diabetes Australia Sub Agency" ]
  ] [
fhir:code [ fhir:v "doseAdministrationAid" ] ;
fhir:display [ fhir:v "Dose Administration Aid Packing (eg Websterpak)" ]
  ] [
fhir:code [ fhir:v "homeDeliveryService" ] ;
fhir:display [ fhir:v "Home Delivery Service" ]
  ] [
fhir:code [ fhir:v "medicalCertificates" ] ;
fhir:display [ fhir:v "Medical Certificates" ]
  ] [
fhir:code [ fhir:v "sharpsDisposalService" ] ;
fhir:display [ fhir:v "Sharps Disposal Service" ]
  ] [
fhir:code [ fhir:v "quitSmokingProgram" ] ;
fhir:display [ fhir:v "Smoking Cessation/Quit Smoking Program" ]
  ] [
fhir:code [ fhir:v "telehealthAvailable" ] ;
fhir:display [ fhir:v "Telehealth" ]
  ] [
fhir:code [ fhir:v "clickAndCollect" ] ;
fhir:display [ fhir:v "Click and Collect Medicines" ]
  ] [
fhir:code [ fhir:v "electronicPrescribing" ] ;
fhir:display [ fhir:v "Electronic Prescribing" ]
  ] [
fhir:code [ fhir:v "urinaryTractInfectionTreatmentService" ] ;
fhir:display [ fhir:v "Urinary tract infection treatment service" ]
  ] [
fhir:code [ fhir:v "oralContraceptivePillResupplyService" ] ;
fhir:display [ fhir:v "Oral contraceptive pill resupply service" ]
  ] [
fhir:code [ fhir:v "skinDisorderTreatmentService" ] ;
fhir:display [ fhir:v "Skin disorder treatment service" ]
  ] [
fhir:code [ fhir:v "travelVaccinationService" ] ;
fhir:display [ fhir:v "Travel vaccination service" ]
  ] ) . #