0.1.0 - ci-build

CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio Example/cqdg-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 "CQDGGroupExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cqdg.ca/StructureDefinition/cqdg-group"^^xsd:anyURI ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/cqdg-group>     ] ) ;
    ( fhir:tag [
fhir:code [ fhir:v "CAG" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group CQDGGroupExample</b></p><a name=\"CQDGGroupExample\"> </a><a name=\"hcCQDGGroupExample\"> </a><a name=\"CQDGGroupExample-en-US\"> </a><p><b>identifier</b>: ?ngen-9? (use: official, )</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes:\">Case - affected relative</span></p><p><b>quantity</b>: 3</p><h3>Members</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Entity</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-PatientExample.html\">Anonymous Patient Male, DoB Unknown ( 343434343434 (use: secondary, ))</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ]
  ] ) ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:code [
    ( fhir:coding [
fhir:display [ fhir:v "Case - affected relative" ]     ] )
  ] ; # 
  fhir:quantity [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:member ( [
fhir:entity [
fhir:reference [ fhir:v "Patient/PatientExample" ]     ]
  ] ) . #