Smart Bear Implementation Guide
0.3.2 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions

: ResearchStudy001 - 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:ResearchStudy;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ResearchStudy001"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchStudy</b><a name=\"ResearchStudy001\"> </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 ResearchStudy &quot;ResearchStudy001&quot; </p></div><p><b>title</b>: ResearchStudy SMART-BEAR</p><p><b>status</b>: active</p><p><b>primaryPurposeType</b>: Health Services Research <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-research-study-prim-purp-type.html\">ResearchStudyPrimaryPurposeType</a>#health-services-research)</span></p></div>"
  ]; # 
  fhir:ResearchStudy.title [ fhir:value "ResearchStudy SMART-BEAR"]; # 
  fhir:ResearchStudy.status [ fhir:value "active"]; # 
  fhir:ResearchStudy.primaryPurposeType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type" ];
       fhir:Coding.code [ fhir:value "health-services-research" ];
       fhir:Coding.display [ fhir:value "Health Services Research" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Health Services Research" ]
  ]. # 

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

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