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

FHIR IG analytics

Packagehl7.fhir.uv.cql
Resource TypeGroup
IdGroup-ANCCohort.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 true
Code Patient
Generated using version 0.5.6-cibuild of the sample-content-ig Liquid templates

Source1

{
  "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"
      }
    }
  ]
}