Home > FHIR Artifacts > ValueSets > ssr-research-studies
ssr-research-studies
ValueSet |
url : https://frbresearch.org/fhir/ValueSet/ssr-research-studies |
name : ssr-research-studies |
status : draft |
description : All research studies (audit groups) supported by SSR |
compose |
include |
system : https://frbresearch.org/ |
concept |
code : Age-Related Macular Degeneration |
display : Age-Related Macular Degeneration |
{ "resourceType": "ValueSet", "url": "https://frbresearch.org/fhir/ValueSet/ssr-research-studies", "name": "ssr-research-studies", "status": "draft", "description": "All research studies (audit groups) supported by SSR", "compose": { "include": [ { "system": "https://frbresearch.org/", "concept": [ { "code": "Age-Related Macular Degeneration", "display": "Age-Related Macular Degeneration" } ] } ] } }
<ValueSet xmlns="http://hl7.org/fhir"> <url value="https://frbresearch.org/fhir/ValueSet/ssr-research-studies" /> <name value="ssr-research-studies" /> <status value="draft" /> <description value="All research studies (audit groups) supported by SSR" /> <compose> <include> <system value="https://frbresearch.org/" /> <concept> <code value="Age-Related Macular Degeneration" /> <display value="Age-Related Macular Degeneration" /> </concept> </include> </compose> </ValueSet>
ValueSet.url[0] | https://frbresearch.org/fhir/ValueSet/ssr-research-studies |
ValueSet.name[0] | ssr-research-studies |
ValueSet.status[0] | draft |
ValueSet.description[0] | All research studies (audit groups) supported by SSR |
ValueSet.compose[0].include[0].system[0] | https://frbresearch.org/ |
ValueSet.compose[0].include[0].concept[0].code[0] | Age-Related Macular Degeneration |
ValueSet.compose[0].include[0].concept[0].display[0] | Age-Related Macular Degeneration |