Skip to content

Commit be4db44

Browse files
committed
Kick cloud build to see if my code system narrative page has one or two columns of status/deprecated
1 parent 668132a commit be4db44

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
-------------------------------------------------------------------------------------
2+
{"hierarchical" : true, "valueSet" :{
3+
"resourceType" : "ValueSet",
4+
"compose" : {
5+
"include" : [{
6+
"system" : "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"
7+
},
8+
{
9+
"system" : "http://dicom.nema.org/resources/ontology/DCM",
10+
"concept" : [{
11+
"code" : "1.2.840.10008.5.1.4.1.1.88.59",
12+
"display" : "Key Object Selection Document"
13+
}]
14+
}]
15+
}
16+
}}####
17+
e: {
18+
"error" : "Error from server: Unable to provide support for code system http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"
19+
}
20+
-------------------------------------------------------------------------------------
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
-------------------------------------------------------------------------------------
2+
{"hierarchical" : true, "valueSet" :{
3+
"resourceType" : "ValueSet",
4+
"compose" : {
5+
"include" : [{
6+
"system" : "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
7+
"filter" : [{
8+
"property" : "notSelectable",
9+
"op" : "=",
10+
"value" : "false"
11+
}]
12+
}]
13+
}
14+
}}####
15+
e: {
16+
"error" : "Error from server: Unable to provide support for code system http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"
17+
}
18+
-------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)