FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeGroup
IdGroup-definition-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Group definition-example

CQF Library: ANC Cohort

CQF Expression: Is Antenatal Care Applicable

type: Person

actual: false

name: ANCInclusionCriteria


Source1

{
  "resourceType": "Group",
  "id": "definition-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-groupdefinition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-library",
      "valueCanonical": "http://hl7.org/fhir/uv/crmi/Library/ANCCohort"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
      "valueExpression": {
        "language": "text/cql-identifier",
        "expression": "Is Antenatal Care Applicable"
      }
    }
  ],
  "type": "person",
  "actual": false,
  "name": "ANCInclusionCriteria"
}