This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
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:identifier ( [
fhir:value [ fhir:v "ecsr45" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
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.