Evidence Based Medicine on FHIR Implementation Guide
1.0.0-ballot2 - STU 1 ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: PARACHUTE Trial Participants - XML Representation

Page standards status: Informative

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="292955"/>
  <meta>
    <versionId value="10"/>
    <lastUpdated value="2025-03-15T21:10:58.058Z"/>
    <profile
             value="http://hl7.org/fhir/uv/ebm/StructureDefinition/study-group"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>[No data.]</p></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/artifact-author">
    <valueContactDetail>
      <name value="Joanne Dehnbostel"/>
    </valueContactDetail>
  </extension>
  <extension url="http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as">
    <valueMarkdown
                   value="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."/>
  </extension>
  <url value="https://fevir.net/resources/Group/292955"/>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
      <text value="FEvIR Object Identifier"/>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://fevir.net/FOI/292955"/>
    <assigner>
      <display value="Computable Publishing LLC"/>
    </assigner>
  </identifier>
  <title value="PARACHUTE Trial Participants"/>
  <status value="active"/>
  <publisher value="Computable Publishing LLC"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="support@computablepublishing.com"/>
    </telecom>
  </contact>
  <description
               value="This is an example of a StudyGroup Profile describing Airplane passengers with age greater than 18 who agreed to participate."/>
  <useContext>
    <code>
      <system value="https://fevir.net/resources/CodeSystem/179423"/>
      <code value="evidence-communication"/>
      <display value="Evidence Communication"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="https://fevir.net/resources/CodeSystem/179423"/>
        <code value="StudyGroup"/>
        <display value="StudyGroup"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <copyright value="https://creativecommons.org/licenses/by-nc-sa/4.0/"/>
  <type value="person"/>
  <membership value="enumerated"/>
  <quantity value="23"/>
  <combinationMethod value="all-of"/>
  <characteristic>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="397669002"/>
        <display value="Age"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="18"/>
      <comparator value="&gt;"/>
      <unit value="years"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </valueQuantity>
    <exclude value="false"/>
    <description value="Age greater than 18"/>
  </characteristic>
  <characteristic>
    <code>
      <text value="Defined by CodeableConcept"/>
    </code>
    <valueCodeableConcept>
      <text value="Agreed to participate."/>
    </valueCodeableConcept>
    <exclude value="false"/>
    <description value="Agreed to participate"/>
  </characteristic>
  <characteristic>
    <code>
      <text value="Defined by CodeableConcept"/>
    </code>
    <valueCodeableConcept>
      <text value="Airplane Passenger"/>
    </valueCodeableConcept>
    <exclude value="false"/>
  </characteristic>
</Group>