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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "message-type-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/message-type-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">ServiceRequest<a name=\"message-type-code-system-ServiceRequest\"> </a></td></tr><tr><td style=\"white-space:nowrap\">DiagnosticReport<a name=\"message-type-code-system-DiagnosticReport\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Transport<a name=\"message-type-code-system-Transport\"> </a></td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/message-type-code-system"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "MessageTypeCodeSystem"] ; # fhir:title [ fhir:v "STARS Message Type 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 supported Message Type events."] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "ServiceRequest" ] ; fhir:display [ fhir:v "ServiceRequest" ] ] [ fhir:code [ fhir:v "DiagnosticReport" ] ; fhir:display [ fhir:v "DiagnosticReport" ] ] [ fhir:code [ fhir:v "Transport" ] ; fhir:display [ fhir:v "Transport" ] ] ) . #