STARS Implementation Guide
0.1.0 - ci-build
STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
Draft as of 2023-04-26 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "legacy-laboratory-code-system"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-laboratory-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">aahl-test<a name=\"legacy-laboratory-code-system-aahl-test\"> </a></td><td>CSIRO - AAHL - TEST</td></tr><tr><td style=\"white-space:nowrap\">aahl01<a name=\"legacy-laboratory-code-system-aahl01\"> </a></td><td>CSIRO - AAHL</td></tr><tr><td style=\"white-space:nowrap\">abindkr<a name=\"legacy-laboratory-code-system-abindkr\"> </a></td><td>ABIN Disease Knowledge Repository</td></tr><tr><td style=\"white-space:nowrap\">arwh<a name=\"legacy-laboratory-code-system-arwh\"> </a></td><td>Australian Registry of Wildlife Health</td></tr><tr><td style=\"white-space:nowrap\">doa-test<a name=\"legacy-laboratory-code-system-doa-test\"> </a></td><td>Department of Agriculture and Water Resources - TEST</td></tr><tr><td style=\"white-space:nowrap\">doa01<a name=\"legacy-laboratory-code-system-doa01\"> </a></td><td>Department of Agriculture and Water Resources</td></tr><tr><td style=\"white-space:nowrap\">nahis<a name=\"legacy-laboratory-code-system-nahis\"> </a></td><td>National Animal Health Information System</td></tr><tr><td style=\"white-space:nowrap\">nsw01<a name=\"legacy-laboratory-code-system-nsw01\"> </a></td><td>NSW Department of Primary Industries</td></tr><tr><td style=\"white-space:nowrap\">nt01<a name=\"legacy-laboratory-code-system-nt01\"> </a></td><td>Berrimah Veterinary Laboratory</td></tr><tr><td style=\"white-space:nowrap\">qld01<a name=\"legacy-laboratory-code-system-qld01\"> </a></td><td>Biosecurity Queensland Veterinary Laboratories</td></tr><tr><td style=\"white-space:nowrap\">sa01<a name=\"legacy-laboratory-code-system-sa01\"> </a></td><td>Gribbles SA Vet Lab</td></tr><tr><td style=\"white-space:nowrap\">taronga<a name=\"legacy-laboratory-code-system-taronga\"> </a></td><td>Taronga Zoo</td></tr><tr><td style=\"white-space:nowrap\">tas01<a name=\"legacy-laboratory-code-system-tas01\"> </a></td><td>Animal Health Laboratory - Prospect</td></tr><tr><td style=\"white-space:nowrap\">vic-test<a name=\"legacy-laboratory-code-system-vic-test\"> </a></td><td>Primary Industries Research - Attwood - TEST</td></tr><tr><td style=\"white-space:nowrap\">vic01<a name=\"legacy-laboratory-code-system-vic01\"> </a></td><td>Primary Industries Research - Attwood</td></tr><tr><td style=\"white-space:nowrap\">wa01<a name=\"legacy-laboratory-code-system-wa01\"> </a></td><td>Animal Health Laboratories Virology South Perth</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-laboratory-code-system"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LegacyLaboratoryCodeSystem"] ; #
fhir:title [ fhir:v "STARS Legacy Laboratory Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-04-26T15:23:36+10:00"^^xsd:dateTime] ; #
fhir:contact ( [
fhir:name [ fhir:v "Conor Vahland" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:stars@csiro.au" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes describing various Laboratory."] ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "16"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "aahl-test" ] ;
fhir:display [ fhir:v "CSIRO - AAHL - TEST" ]
] [
fhir:code [ fhir:v "aahl01" ] ;
fhir:display [ fhir:v "CSIRO - AAHL" ]
] [
fhir:code [ fhir:v "abindkr" ] ;
fhir:display [ fhir:v "ABIN Disease Knowledge Repository" ]
] [
fhir:code [ fhir:v "arwh" ] ;
fhir:display [ fhir:v "Australian Registry of Wildlife Health" ]
] [
fhir:code [ fhir:v "doa-test" ] ;
fhir:display [ fhir:v "Department of Agriculture and Water Resources - TEST" ]
] [
fhir:code [ fhir:v "doa01" ] ;
fhir:display [ fhir:v "Department of Agriculture and Water Resources" ]
] [
fhir:code [ fhir:v "nahis" ] ;
fhir:display [ fhir:v "National Animal Health Information System" ]
] [
fhir:code [ fhir:v "nsw01" ] ;
fhir:display [ fhir:v "NSW Department of Primary Industries" ]
] [
fhir:code [ fhir:v "nt01" ] ;
fhir:display [ fhir:v "Berrimah Veterinary Laboratory" ]
] [
fhir:code [ fhir:v "qld01" ] ;
fhir:display [ fhir:v "Biosecurity Queensland Veterinary Laboratories" ]
] [
fhir:code [ fhir:v "sa01" ] ;
fhir:display [ fhir:v "Gribbles SA Vet Lab" ]
] [
fhir:code [ fhir:v "taronga" ] ;
fhir:display [ fhir:v "Taronga Zoo" ]
] [
fhir:code [ fhir:v "tas01" ] ;
fhir:display [ fhir:v "Animal Health Laboratory - Prospect" ]
] [
fhir:code [ fhir:v "vic-test" ] ;
fhir:display [ fhir:v "Primary Industries Research - Attwood - TEST" ]
] [
fhir:code [ fhir:v "vic01" ] ;
fhir:display [ fhir:v "Primary Industries Research - Attwood" ]
] [
fhir:code [ fhir:v "wa01" ] ;
fhir:display [ fhir:v "Animal Health Laboratories Virology South Perth" ]
] ) . #
IG © 2020+ . Package csiro.stars#0.1.0 based on FHIR 4.3.0. Generated 2023-04-26
Links: Table of Contents |
QA Report