-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeSystem-albert.json
More file actions
44 lines (44 loc) · 1.3 KB
/
CodeSystem-albert.json
File metadata and controls
44 lines (44 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"resourceType": "CodeSystem",
"id": "albert",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/albert defines many codes, of which the following are a subset:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">26223<a name=\"albert-26223\"> </a></td><td>Aldosterone (urine)</td></tr></table></div>"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/albert",
"version": "1.0.0",
"name": "Albert",
"title": "CodeSystem Albert",
"status": "active",
"date": "2020-09-25T13:06:43+02:00",
"publisher": "eHealth Platform",
"contact": [
{
"name": "eHealth Platform",
"telecom": [
{
"system": "url",
"value": "https://www.ehealth.fgov.be"
}
]
},
{
"name": "Message structure",
"telecom": [
{
"system": "email",
"value": "message-structure@ehealth.fgov.be"
}
]
}
],
"description": "This code system is to identify Albert code",
"content": "fragment",
"count": 1,
"concept": [
{
"code": "26223",
"display": "Aldosterone (urine)"
}
]
}