FHIR IG analytics| Package | hl7.fhir.uv.cql |
| Resource Type | Group |
| Id | Group-ANCCohort.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Metadata | |
|---|---|
| Active | true |
| Type | Person |
| Actual | true |
| Code | Patient |
| Generated using version 0.5.6-cibuild of the sample-content-ig Liquid templates | |
{
"resourceType": "Group",
"id": "ANCCohort",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cql/StructureDefinition/cql-groupresult"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/workflow-generatedFrom",
"_valueCanonical": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-uriReference",
"valueUri": "http://hl7.org/fhir/uv/cql/Group/ANCCohortDefinition"
}
]
}
}
],
"active": true,
"type": "person",
"actual": true,
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/resource-types",
"code": "Patient",
"display": "Patient"
}
]
},
"name": "ANCCohort",
"member": [
{
"entity": {
"extension": [
{
"url": "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-evaluatedResource",
"valueReference": {
"reference": "Observation/anc-b4-de1-example"
}
}
],
"reference": "Patient/example"
}
}
]
}