This page is part of the Evidence Based Medicine on FHIR Implementation Guide (v1.0.0-ballot2: STU1 Ballot 2) based on FHIR (HL7® FHIR® Standard) v6.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Group",
"id" : "292955",
"meta" : {
"versionId" : "10",
"lastUpdated" : "2025-03-15T21:10:58.058Z",
"profile" : [
🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/study-group"
]
},
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-author",
"valueContactDetail" : {
"name" : "Joanne Dehnbostel"
}
},
{
"url" : "http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as",
"valueMarkdown" : "PARACHUTE Trial Participants [Database Entry: FHIR Group Resource]. Contributors: Joanne Dehnbostel [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 292955. Revised 2024-12-27. Available at: https://fevir.net/resources/Group/292955. Computable resource at: https://fevir.net/resources/Group/292955#json."
}
],
"url" : "https://fevir.net/resources/Group/292955",
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN",
"display" : "Accession ID"
}
],
"text" : "FEvIR Object Identifier"
},
"system" : "urn:ietf:rfc:3986",
"value" : "https://fevir.net/FOI/292955",
"assigner" : {
"display" : "Computable Publishing LLC"
}
}
],
"title" : "PARACHUTE Trial Participants",
"status" : "active",
"publisher" : "Computable Publishing LLC",
"contact" : [
{
"telecom" : [
{
"system" : "email",
"value" : "support@computablepublishing.com"
}
]
}
],
"description" : "This is an example of a StudyGroup Profile describing Airplane passengers with age greater than 18 who agreed to participate.",
"useContext" : [
{
"code" : {
"system" : "https://fevir.net/resources/CodeSystem/179423",
"code" : "evidence-communication",
"display" : "Evidence Communication"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fevir.net/resources/CodeSystem/179423",
"code" : "StudyGroup",
"display" : "StudyGroup"
}
]
}
}
],
"copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"type" : "person",
"membership" : "enumerated",
"quantity" : 23,
"combinationMethod" : "all-of",
"characteristic" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "397669002",
"display" : "Age"
}
]
},
"valueQuantity" : {
"value" : 18,
"comparator" : ">",
"unit" : "years",
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"exclude" : false,
"description" : "Age greater than 18"
},
{
"code" : {
"text" : "Defined by CodeableConcept"
},
"valueCodeableConcept" : {
"text" : "Agreed to participate."
},
"exclude" : false,
"description" : "Agreed to participate"
},
{
"code" : {
"text" : "Defined by CodeableConcept"
},
"valueCodeableConcept" : {
"text" : "Airplane Passenger"
},
"exclude" : false
}
]
}