Canonical Resource Management Infrastructure Implementation Guide
1.0.0 - STU1 International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: Example TestCase Group - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "testcase-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Group</b><a name=\"testcase-example\"> </a><a name=\"hctestcase-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Group &quot;testcase-example&quot; </p></div><p><b>Test Artifact</b>: <a href=\"Library-ANCCohort.html\">ANC Cohort</a></p><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>name</b>: ANCInclusionCriteriaTestCase</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-1.html\">Patient/example-1</a> &quot; ASDF&quot;</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-2.html\">Patient/example-2</a> &quot; DFGH&quot;</p></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-testArtifact"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/crmi/Library/ANCCohort"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/Library/ANCCohort>     ]
  ] ) ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "ANCInclusionCriteriaTestCase"] ; # 
  fhir:member ( [
fhir:entity [
fhir:reference [ fhir:v "Patient/example-1" ]     ]
  ] [
fhir:entity [
fhir:reference [ fhir:v "Patient/example-2" ]     ]
  ] ) . #