STARS Implementation Guide 0.1.0 - ci-build
STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
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 xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "specimen-type-value-set"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-sample-type-value-set.html\">STARS Sample Type Value Set</a></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 123038009 (Specimen)</li></ul></div>" ] ; # fhir:url [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/specimen-type-value-set"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "SpecimenTypeValueSet"] ; # fhir:title [ fhir:v "Specimen Type Value Set"] ; # 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 specimen types from SNOMED-CT."] ; # fhir:compose [ ( fhir:include [ ( fhir:valueSet [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/sample-type-value-set"^^xsd:anyURI ; fhir:link <https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/ValueSet/sample-type-value-set> ] ) ] [ fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; ( fhir:filter [ fhir:property [ fhir:v "concept" ] ; fhir:op [ fhir:v "is-a" ] ; fhir:value [ fhir:v "123038009" ] ] ) ] ) ] . #