@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 -------------------------------------------------------------------

<https://profiles.ihe.net/RO/SMRT/CodeSystem/plan-approval-activity-codesystem> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "plan-approval-activity-codesystem"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem plan-approval-activity-codesystem</b></p><a name=\"plan-approval-activity-codesystem\"> </a><a name=\"hcplan-approval-activity-codesystem\"> </a><p>This case-sensitive code system <code>https://profiles.ihe.net/RO/SMRT/CodeSystem/plan-approval-activity-codesystem</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">plan-approved<a name=\"plan-approval-activity-codesystem-plan-approved\"> </a></td><td>Plan Approved</td><td>The plan has been approved.</td></tr><tr><td style=\"white-space:nowrap\">plan-unapproved<a name=\"plan-approval-activity-codesystem-plan-unapproved\"> </a></td><td>Plan Unapproved</td><td>The plan has been unapproved.</td></tr><tr><td style=\"white-space:nowrap\">plan-superseded<a name=\"plan-approval-activity-codesystem-plan-superseded\"> </a></td><td>Plan Superseded</td><td>The plan has been superseded.</td></tr><tr><td style=\"white-space:nowrap\">plan-rejected<a name=\"plan-approval-activity-codesystem-plan-rejected\"> </a></td><td>Plan Rejected</td><td>The plan has been rejected.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://profiles.ihe.net/RO/SMRT/CodeSystem/plan-approval-activity-codesystem"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1-current"] ;
  fhir:CodeSystem.name [ fhir:value "PlanApprovalActicityCodeSystem"] ;
  fhir:CodeSystem.title [ fhir:value "Plan Approval Activity Codesystem"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.date [ fhir:value "2026-09-10T14:01:57+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "IHE Radiation Oncology Technical Committee"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.ihe.net/ihe_domains/radiation_oncology/" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "jill@aapm.org" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:ContactDetail.name [ fhir:value "IHE Radiation Oncology Technical Committee" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "jill@aapm.org" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Concepts describing the activities related to plan approval."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "plan-approved" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Plan Approved" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The plan has been approved." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "plan-unapproved" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Plan Unapproved" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The plan has been unapproved." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "plan-superseded" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Plan Superseded" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The plan has been superseded." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "plan-rejected" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Plan Rejected" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The plan has been rejected." ]
  ] .

# - ontology header ------------------------------------------------------------

<https://profiles.ihe.net/RO/SMRT/CodeSystem/plan-approval-activity-codesystem.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

