HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide
0.1.0 - CI Build
HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide, published by Te Aho o Te Kahu, Cancer Control Agency. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7NZ/cca/ and changes regularly. See the Directory of published versions
Active as of 2022-07-18 |
@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:Resource.id [ fhir:value "sact-regimen-code"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-sact-regimen-code.html\"><code>https://standards.digital.health.nz/ns/sact-regimen-code</code></a></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://standards.digital.health.nz/fhir/ValueSet/sact-regimen-code"];
fhir:ValueSet.version [ fhir:value "0.1.0"];
fhir:ValueSet.name [ fhir:value "RegimenCode"];
fhir:ValueSet.title [ fhir:value "Regimen type code"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2022-07-18T02:59:40+00:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "Te Aho o Te Kahu, Cancer Control Agency"];
fhir:ValueSet.description [ fhir:value "The type of regimen - eg FOLFOX"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "https://standards.digital.health.nz/ns/sact-regimen-code" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.