Secondary Use FHIR Server Implementation Guide
0.1.0 - ci-build
Publish Box goes here
{
"resourceType" : "Parameters",
"id" : "count-preview-response",
"parameter" : [
{
"name" : "cohort-patients",
"valueInteger" : 53
},
{
"name" : "resource-count",
"part" : [
{
"name" : "type",
"valueCode" : "Patient"
},
{
"name" : "count",
"valueInteger" : 53
}
]
},
{
"name" : "resource-count",
"part" : [
{
"name" : "type",
"valueCode" : "Condition"
},
{
"name" : "count",
"valueInteger" : 53
}
]
}
]
}