Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Group",
"id" : "testcase-example",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group testcase-example</b></p><a name=\"testcase-example\"> </a><a name=\"hctestcase-example\"> </a><a name=\"testcase-example-en-US\"> </a><p><b>Test Artifact</b>: <a href=\"Library-ANCCohort.html\">ANC Cohort</a></p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: ANCInclusionCriteriaTestCase</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-1.html\">Alana Asdf (no stated gender), DoB: 1993-06-14</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-2.html\">Elisa Dfgh (no stated gender), DoB: 1997-12-23</a></p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-testArtifact",
"valueCanonical" : "http://hl7.org/fhir/uv/crmi/Library/ANCCohort"
}
],
"type" : "person",
"actual" : true,
"name" : "ANCInclusionCriteriaTestCase",
"member" : [
{
"entity" : {
🔗 "reference" : "Patient/example-1"
}
},
{
"entity" : {
🔗 "reference" : "Patient/example-2"
}
}
]
}