| Package | dk.4s-online.raplito |
| Resource Type | CodeSystem |
| Id | value-peaks |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=dk.4s-online.raplito@0.1.2&canonical=https://4s-online.dk/tx/value-peaks |
| URL | https://4s-online.dk/tx/value-peaks |
| Version | 0.1.0 |
| Status | draft |
| Date | 2021-03-01 |
| Name | ValuePeaks |
| Title | Value Peaks |
| Description | Supplemental types used for observations that are either a minimum or maximum value seen by multiple measurements over a duration |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system https://4s-online.dk/tx/value-peaks defines the following codes:
| Code | Display |
| max | Maximal value observed since last report |
| min | Minimal value observed since last report |
{
"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"
}
]
}