collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Observation Version Type Code System - 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 "observation-version-type-cs"] ; #
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 observation-version-type-cs</b></p><a name=\"observation-version-type-cs\"> </a><a name=\"hcobservation-version-type-cs\"> </a><p>This code system <code>https://fhir.collabree.com/fhir/CodeSystem/observation-version-type-cs</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\">original<a name=\"observation-version-type-cs-original\"> </a></td><td>Original observation</td><td>Initial observation data - represents the first version of an observation</td></tr><tr><td style=\"white-space:nowrap\">snapshot<a name=\"observation-version-type-cs-snapshot\"> </a></td><td>Snapshot observation</td><td>Snapshot observation data - represents a point-in-time capture of observation data</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.collabree.com/fhir/CodeSystem/observation-version-type-cs"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/CodeSystem/observation-version-type-cs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ObservationVersionTypeCS"] ; #
fhir:title [ fhir:v "Observation Version Type Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-11-04T17:00:46+01:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Collabree AG"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Collabree AG" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.collabree.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system defining the different version types for observations in the Collabree system"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "original" ] ;
fhir:display [ fhir:v "Original observation" ] ;
fhir:definition [ fhir:v "Initial observation data - represents the first version of an observation" ]
] [
fhir:code [ fhir:v "snapshot" ] ;
fhir:display [ fhir:v "Snapshot observation" ] ;
fhir:definition [ fhir:v "Snapshot observation data - represents a point-in-time capture of observation data" ]
] ) . #