@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPCarePlanActivityStatusSupplement> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GPCCMPCarePlanActivityStatusSupplement"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem GPCCMPCarePlanActivityStatusSupplement</b></p><a name=\"GPCCMPCarePlanActivityStatusSupplement\"> </a><a name=\"hcGPCCMPCarePlanActivityStatusSupplement\"> </a><p>This code system supplement <code>https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPCarePlanActivityStatusSupplement</code> defines features on the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-not-started\">not-started</a><a name=\"GPCCMPCarePlanActivityStatusSupplement-not-started\"> </a></td><td>Planned</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPCarePlanActivityStatusSupplement"^^xsd:anyURI ;
     fhir:l <https://gpccmp.csiro.au/ig/CodeSystem/GPCCMPCarePlanActivityStatusSupplement>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GPCCMPCarePlanActivityStatusSupplement"] ; # 
  fhir:title [ fhir:v "GP CCMP Care Plan Activity Status Supplement"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-04T03:08:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "AEHRC CSIRO"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "AEHRC CSIRO" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://example.org/example-publisher" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The GP CCMP Care Plan Activity Status Supplement defines consumer friendly terms for the CarePlanActivityStatus code system for use in the GP CCMP Questionnaire."] ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
     fhir:v "http://hl7.org/fhir/care-plan-activity-status|4.0.1"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/care-plan-activity-status?version=4.0.1>
  ] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "not-started" ] ;
     fhir:display [ fhir:v "Planned" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

