NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: ncpi-research-study-01-group-01-main - 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:Resource.id [ fhir:value "ncpi-research-study-01-group-01-main"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/study-group";
       fhir:index 0;
       fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/study-group>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Group</b><a name=\"ncpi-research-study-01-group-01-main\"> </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;ncpi-research-study-01-group-01-main&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-study-group.html\">NCPI Study Group</a></p></div><p><b>type</b>: person</p><p><b>actual</b>: true</p><p><b>name</b>: Study 01's participants</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-ncpi-research-study-01-patient-01.html\">Patient/ncpi-research-study-01-patient-01</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-ncpi-research-study-01-patient-02.html\">Patient/ncpi-research-study-01-patient-02</a></p></blockquote></div>"
  ]; # 
  fhir:Group.type [ fhir:value "person"]; # 
  fhir:Group.actual [ fhir:value "true"^^xsd:boolean]; # 
  fhir:Group.name [ fhir:value "Study 01's participants"]; # 
  fhir:Group.quantity [ fhir:value "2"^^xsd:nonNegativeInteger]; # 
  fhir:Group.member [
     fhir:index 0;
     fhir:Group.member.entity [
       fhir:Reference.reference [ fhir:value "Patient/ncpi-research-study-01-patient-01" ]     ]
  ], [
     fhir:index 1;
     fhir:Group.member.entity [
       fhir:Reference.reference [ fhir:value "Patient/ncpi-research-study-01-patient-02" ]     ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.