-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalueset-haemoglobin-tests.json
53 lines (53 loc) · 1.77 KB
/
valueset-haemoglobin-tests.json
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
45
46
47
48
49
50
51
52
53
{
"resourceType": "ValueSet",
"id": "haemoglobin-tests",
"meta": {
"profile": [ "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-executablevalueset" ]
},
"extension": [ {
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueString": "executable"
}, {
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueString": "executable"
} ],
"url": "http://fhir.org/guides/who/anc-cds/ValueSet/haemoglobin-tests",
"name": "Haemoglobin_Tests",
"title": "Haemoglobin Tests",
"status": "active",
"compose": {
"include": [ {
"system": "http://openmrs.org/concepts",
"concept": [ {
"code": "1019AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Complete blood count test result (g/dl)"
}, {
"code": "165395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Haemoglobin measured from haemoglobinometer (g/dl)"
}, {
"code": "165396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Haemoglobin measured from color scale (g/dl)"
} ]
} ]
},
"expansion": {
"timestamp": "2022-01-25T09:29:06-08:00",
"parameter": [ {
"name": "naive",
"valueBoolean": true
} ],
"contains": [ {
"system": "http://openmrs.org/concepts",
"code": "1019AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Complete blood count test result (g/dl)"
}, {
"system": "http://openmrs.org/concepts",
"code": "165395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Haemoglobin measured from haemoglobinometer (g/dl)"
}, {
"system": "http://openmrs.org/concepts",
"code": "165396AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Haemoglobin measured from color scale (g/dl)"
} ]
}
}