Australian Base Profiles Implementation Guide

This page is part of the Australian Base IG (v0.4.0: R1 Draft) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

Example: CodeSystem-codesystem-au-grounds-for-concurrent-supply

Formats: 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "codesystem-au-grounds-for-concurrent-supply"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<h2>Grounds for Concurrent Supply</h2>\n			<p>NCTS Concurrent Supply Grounds Values</p>\n		</div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://ns.electronichealth.net.au/ci/dc/coding/grounds-for-concurrent-supply"];
  fhir:CodeSystem.version [ fhir:value "1"];
  fhir:CodeSystem.name [ fhir:value "Grounds for Concurrent Supply"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2017-05-12"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Health Level Seven Australia (Patient Administration)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "hl7.org.au" ]
  ];
  fhir:CodeSystem.description [ fhir:value "Grounds for concurrent supply when prescribing."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://ns.electronichealth.net.au/fhir/ValueSet/grounds-for-concurrent-supply"];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Pursuant to Regulation 24" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Grounds for concurrent supply of medication pursuant to regulation 24" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Hardship Conditions Apply" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Grounds for concurrent supply hardship conditions apply" ]
  ].

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

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