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

FHIR IG analytics

Packagehl7.fhir.uv.cql
Resource TypeGroup
IdGroup-ANCCohortDefinition.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

Metadata
Active true
Type Person
Actual false
Code Patient
Generated using version 0.5.6-cibuild of the sample-content-ig Liquid templates

Source1

{
  "resourceType": "Group",
  "id": "ANCCohortDefinition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-groupdefinition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-url",
      "valueUri": "http://hl7.org/fhir/uv/cql/Group/ANCCohortDefinition"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-library",
      "valueCanonical": "http://hl7.org/fhir/uv/cql/Library/ANCCohort"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/characteristicExpression",
      "valueExpression": {
        "language": "text/cql-identifier",
        "expression": "Is Pregnancy Confirmed"
      }
    }
  ],
  "active": true,
  "type": "person",
  "actual": false,
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "Patient",
        "display": "Patient"
      }
    ]
  },
  "name": "ANCCohortDefinition"
}