This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Example ResearchSubject/example-crossover-placebo-to-drug (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Crossover Placebo to Drug
@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 "example-crossover-placebo-to-drug"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchSubject</b><a name=\"example-crossover-placebo-to-drug\"> </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 ResearchSubject "example-crossover-placebo-to-drug" </p></div><p><b>identifier</b>: id: ecsr45</p><p><b>status</b>: active</p><blockquote><p><b>progress</b></p><p><b>type</b>: Enrollment status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-research-subject-state-type.html\">ResearchSubjectStateType</a>#Enrollment)</span></p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: Enrollment status <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-research-subject-state-type.html\">ResearchSubjectStateType</a>#Enrollment)</span></p><p><b>subjectState</b>: On-study <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-research-subject-state.html\">ResearchSubjectState</a>#on-study)</span></p><p><b>reason</b>: Informed consent signed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#informedConsentSigned)</span></p><p><b>startDate</b>: 2022-06-10</p></blockquote><p><b>period</b>: 2022-06-10 --> (ongoing)</p><p><b>study</b>: <a href=\"broken-link.html\">example-ctgov-study-record</a></p><p><b>subject</b>: <a href=\"broken-link.html\">cfsb1676546565857</a></p><p><b>assignedComparisonGroup</b>: placebo</p><p><b>actualComparisonGroup</b>: ap303</p></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "ecsr45" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:progress ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Enrollment" ]
] ) ;
fhir:text [ fhir:v "Enrollment status" ]
]
] [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Enrollment" ]
] ) ;
fhir:text [ fhir:v "Enrollment status" ]
] ;
fhir:subjectState [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state"^^xsd:anyURI ] ;
fhir:code [ fhir:v "on-study" ]
] ) ;
fhir:text [ fhir:v "On-study" ]
] ;
fhir:reason [
fhir:coding ( [
fhir:code [ fhir:v "informedConsentSigned" ]
] ) ;
fhir:text [ fhir:v "Informed consent signed" ]
] ;
fhir:startDate [ fhir:v "2022-06-10"^^xsd:date ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2022-06-10"^^xsd:date ]
] ; #
fhir:study [
fhir:reference [ fhir:v "example-ctgov-study-record" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "cfsb1676546565857" ]
] ; #
fhir:assignedComparisonGroup [ fhir:v "placebo"] ; #
fhir:actualComparisonGroup [ fhir:v "ap303"]] . #
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.