Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SmartBearResearchSubject001 - 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:ResearchSubject ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SmartBearResearchSubject001"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/SmartBearResearchSubject"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/SmartBearResearchSubject>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ResearchSubject SmartBearResearchSubject001</b></p><a name=\"SmartBearResearchSubject001\"> </a><a name=\"hcSmartBearResearchSubject001\"> </a><a name=\"SmartBearResearchSubject001-en-US\"> </a><p><b>SourceReferral</b>: <a href=\"CodeSystem-SourceReferral.html#SourceReferral-health-services-research\">SourceReferral Code System</a> health-services-research: Health Services Research</p><p><b>identifier</b>: SmartBearResearchSubject001</p><p><b>status</b>: On-study</p><p><b>study</b>: <a href=\"ResearchStudy-ResearchStudy001.html\">ResearchStudy ResearchStudy SMART-BEAR</a></p><p><b>individual</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://smart-bear.eu/fhir/StructureDefinition/SourceReferral"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/SourceReferral"^^xsd:anyURI ] ;
fhir:code [ fhir:v "health-services-research" ] ;
fhir:display [ fhir:v "Health Services Research" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "SmartBearResearchSubject001" ]
  ] ) ; # 
  fhir:status [ fhir:v "on-study"] ; # 
  fhir:study [
fhir:reference [ fhir:v "ResearchStudy/ResearchStudy001" ]
  ] ; # 
  fhir:individual [
fhir:reference [ fhir:v "Patient/Patient001" ]
  ] . #