0.1.0 - ci-build

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 - JSON Representation

Draft as of 2025-11-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "observation-version-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://fhir.collabree.com/fhir/CodeSystem/observation-version-type-cs",
  "version" : "0.1.0",
  "name" : "ObservationVersionTypeCS",
  "title" : "Observation Version Type Code System",
  "status" : "draft",
  "date" : "2025-11-04T17:00:46+01:00",
  "publisher" : "Collabree AG",
  "contact" : [
    {
      "name" : "Collabree AG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.collabree.com"
        }
      ]
    }
  ],
  "description" : "Code system defining the different version types for observations in the Collabree system",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "original",
      "display" : "Original observation",
      "definition" : "Initial observation data - represents the first version of an observation"
    },
    {
      "code" : "snapshot",
      "display" : "Snapshot observation",
      "definition" : "Snapshot observation data - represents a point-in-time capture of observation data"
    }
  ]
}