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

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeGroup
IdGroup-testcase-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 testcase-example

Test Artifact: ANC Cohort

type: Person

actual: true

name: ANCInclusionCriteriaTestCase

member

entity: Alana Asdf (no stated gender), DoB: 1993-06-14

member

entity: Elisa Dfgh (no stated gender), DoB: 1997-12-23


Source1

{
  "resourceType": "Group",
  "id": "testcase-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}