1.0.0 - ci-build

CoreServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Activity Definition Type - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "activity-definition-type"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-08-19T00:00:00Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem activity-definition-type</b></p><a name=\"activity-definition-type\"> </a><a name=\"hcactivity-definition-type\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-08-19 00:00:00+0000</p></div><p>This case-sensitive code system <code>https://fhir.cambio.se/CodeSystem/activity-definition-type</code> defines the following codes:</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\">Checklist<a name=\"activity-definition-type-Checklist\"> </a></td><td>Checklist</td><td>A list of items to be verified or performed.</td></tr><tr><td style=\"white-space:nowrap\">Documentation<a name=\"activity-definition-type-Documentation\"> </a></td><td>Documentation</td><td>Capture or update clinical/administrative documentation.</td></tr><tr><td style=\"white-space:nowrap\">LabRequest<a name=\"activity-definition-type-LabRequest\"> </a></td><td>Lab request</td><td>Request laboratory investigations.</td></tr><tr><td style=\"white-space:nowrap\">RadiologyInvestigation<a name=\"activity-definition-type-RadiologyInvestigation\"> </a></td><td>Radiology investigation</td><td>Request imaging investigations.</td></tr><tr><td style=\"white-space:nowrap\">Start<a name=\"activity-definition-type-Start\"> </a></td><td>Start</td><td>Initiate or begin a process, therapy or plan.</td></tr><tr><td style=\"white-space:nowrap\">Stop<a name=\"activity-definition-type-Stop\"> </a></td><td>Stop</td><td>Discontinue or end a process, therapy or plan.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.cambio.se/CodeSystem/activity-definition-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.9.0"] ; # 
  fhir:name [ fhir:v "ActivityDefinitionType"] ; # 
  fhir:title [ fhir:v "Activity Definition Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-11-26T10:29:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Cambio"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Cambio" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://cambio.se" ]     ] )
  ] [
fhir:name [ fhir:v "Cambio" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "informatics@cambio.se" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes that classify the type of clinical or administrative activity represented by an ActivityDefinition."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Checklist" ] ;
fhir:display [ fhir:v "Checklist" ] ;
fhir:definition [ fhir:v "A list of items to be verified or performed." ]
  ] [
fhir:code [ fhir:v "Documentation" ] ;
fhir:display [ fhir:v "Documentation" ] ;
fhir:definition [ fhir:v "Capture or update clinical/administrative documentation." ]
  ] [
fhir:code [ fhir:v "LabRequest" ] ;
fhir:display [ fhir:v "Lab request" ] ;
fhir:definition [ fhir:v "Request laboratory investigations." ]
  ] [
fhir:code [ fhir:v "RadiologyInvestigation" ] ;
fhir:display [ fhir:v "Radiology investigation" ] ;
fhir:definition [ fhir:v "Request imaging investigations." ]
  ] [
fhir:code [ fhir:v "Start" ] ;
fhir:display [ fhir:v "Start" ] ;
fhir:definition [ fhir:v "Initiate or begin a process, therapy or plan." ]
  ] [
fhir:code [ fhir:v "Stop" ] ;
fhir:display [ fhir:v "Stop" ] ;
fhir:definition [ fhir:v "Discontinue or end a process, therapy or plan." ]
  ] ) . #