FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ebm
Resource TypeGroup
IdGroup-292955.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

[No data.]


Source1

{
  "resourceType": "Group",
  "id": "292955",
  "meta": {
    "versionId": "10",
    "lastUpdated": "2025-03-15T21:10:58.058Z",
    "profile": [
      "http://hl7.org/fhir/uv/ebm/StructureDefinition/study-group"
    ]
  },
  "language": "en",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "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": "http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type",
            "code": "active",
            "display": "Active"
          }
        ]
      }
    }
  ],
  "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": "https://fevir.net/FOI",
      "value": "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
    }
  ]
}