Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: HealthcareService-metro-nsw-path-lab

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 "metro-nsw-path-lab"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1";
       fhir:index 0;
       fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"metro-nsw-path-lab\"> </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;metro-nsw-path-lab&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-healthcareservice-core-1.html\">ADHA Core HealthcareService</a></p></div><p><b>identifier</b>: NATA Accreditation Number: 100201</p><p><b>providedBy</b>: <a href=\"Organization-metro-nsw-path-lab.html\">Organization/metro-nsw-path-lab</a> &quot;Metropolitan Laboratories Sydney&quot;</p><p><b>type</b>: Chemical pathology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#310076001)</span>, Histopathology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#788124003)</span>, Toxicology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708191000)</span>, Cytogenetics service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708178001)</span>, Virology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708185002)</span>, Serology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708188000)</span>, Haematology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708196005)</span>, Immunology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708190004)</span>, Mycobacteriology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#706903003)</span>, Medical microbiology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#310078000)</span>, Mycology service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#706902008)</span></p><p><b>name</b>: Metropolitan Laboratories Sydney</p><p><b>telecom</b>: ph: (02) 5550 8994(WORK)</p></div>"
  ];
  fhir:HealthcareService.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "NATAA" ];
         fhir:Coding.display [ fhir:value "NATA Accreditation Number" ]       ];
       fhir:CodeableConcept.text [ fhir:value "NATA Accreditation Number" ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/nata-accreditation" ];
     fhir:Identifier.value [ fhir:value "100201" ]
  ];
  fhir:HealthcareService.providedBy [
     fhir:Reference.reference [ fhir:value "Organization/metro-nsw-path-lab" ]
  ];
  fhir:HealthcareService.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:310076001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "310076001" ];
       fhir:Coding.display [ fhir:value "Chemical pathology service" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:788124003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "788124003" ];
       fhir:Coding.display [ fhir:value "Histopathology service" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:708191000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "708191000" ];
       fhir:Coding.display [ fhir:value "Toxicology service" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:708178001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "708178001" ];
       fhir:Coding.display [ fhir:value "Cytogenetics service" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:708185002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "708185002" ];
       fhir:Coding.display [ fhir:value "Virology service" ]     ]
  ], [
     fhir:index 5;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:708188000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "708188000" ];
       fhir:Coding.display [ fhir:value "Serology service" ]     ]
  ], [
     fhir:index 6;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:708196005;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "708196005" ];
       fhir:Coding.display [ fhir:value "Haematology service" ]     ]
  ], [
     fhir:index 7;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:708190004;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "708190004" ];
       fhir:Coding.display [ fhir:value "Immunology service" ]     ]
  ], [
     fhir:index 8;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:706903003;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "706903003" ];
       fhir:Coding.display [ fhir:value "Mycobacteriology service" ]     ]
  ], [
     fhir:index 9;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:310078000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "310078000" ];
       fhir:Coding.display [ fhir:value "Medical microbiology service" ]     ]
  ], [
     fhir:index 10;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:706902008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "706902008" ];
       fhir:Coding.display [ fhir:value "Mycology service" ]     ]
  ];
  fhir:HealthcareService.name [ fhir:value "Metropolitan Laboratories Sydney"];
  fhir:HealthcareService.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(02) 5550 8994" ];
     fhir:ContactPoint.use [ fhir:value "work" ]
  ].

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

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