FHIR IG Statistics: CodeSystem/ehealth-unit-code
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
This code system http://ehealth.sundhed.dk/cs/ehealth-unit-code defines the following codes:
Code | Display | Definition |
1/30sec | one per 30 seconds | Number of occurrences in 30 seconds |
percentpoint | percent point | Percentage point |
Additional Language Displays
Code | Dansk (Danish, da) |
1/30sec | 1/ 30 sek |
percentpoint | procentpoint |
Source
{
"resourceType": "CodeSystem",
"id": "ehealth-unit-code",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/cs/ehealth-unit-code",
"version": "3.5.1",
"name": "eHealthUnitCodes",
"title": "eHealth Unit Codes",
"status": "active",
"experimental": false,
"date": "2020-10-19T08:00:00+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Unit Codes",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "1/30sec",
"display": "one per 30 seconds",
"definition": "Number of occurrences in 30 seconds",
"designation": [
{
"language": "da",
"value": "1/ 30 sek"
}
]
},
{
"code": "percentpoint",
"display": "percent point",
"definition": "Percentage point",
"designation": [
{
"language": "da",
"value": "procentpoint"
}
]
}
]
}