FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/value-peaks

Packagedk.4s-online.raplito
TypeCodeSystem
Idvalue-peaks
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dk.4s-online.raplito@0.1.2&canonical=https://4s-online.dk/tx/value-peaks
URLhttps://4s-online.dk/tx/value-peaks
Version0.1.0
Statusdraft
Date2021-03-01
NameValuePeaks
TitleValue Peaks
DescriptionSupplemental types used for observations that are either a minimum or maximum value seen by multiple measurements over a duration
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system https://4s-online.dk/tx/value-peaks defines the following codes:

CodeDisplay
max Maximal value observed since last report
min Minimal value observed since last report

Source

{
  "resourceType": "CodeSystem",
  "id": "value-peaks",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://4s-online.dk/tx/value-peaks",
  "version": "0.1.0",
  "name": "ValuePeaks",
  "title": "Value Peaks",
  "status": "draft",
  "date": "2021-03-01",
  "publisher": "Alexandra Instituttet A/S",
  "contact": [
    {
      "name": "Jacob Andersen",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:jacob.andersen@alexandra.dk"
        }
      ]
    }
  ],
  "description": "Supplemental types used for observations that are either a minimum or maximum value seen by multiple measurements over a duration",
  "valueSet": "https://4s-online.dk/raplito/ValueSet/value-peaks",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "max",
      "display": "Maximal value observed since last report"
    },
    {
      "code": "min",
      "display": "Minimal value observed since last report"
    }
  ]
}