Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: Cohort Operator - 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "93415",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/Group-Cohort-IEHR"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Group</b><a name=\"93415\"> </a><a name=\"hc93415\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Group &quot;93415&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Group-Cohort-IEHR.html\">Cohort</a></p></div><p><b>type</b>: person</p><p><b>actual</b>: false</p><p><b>name</b>: Cohort 2</p><p><b>quantity</b>: 1000</p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td><td><b>Exclude</b></td></tr><tr><td style=\"display: none\">*</td><td>Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#observation)</span></td><td>F <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>)</span></td><td>false</td></tr></table></div>"
  },
  "type" : "person",
  "actual" : false,
  "name" : "Cohort 2",
  "quantity" : 1000,
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code",
            "code" : "observation",
            "display" : "Observation"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "extension" : [
              {
                "url" : "http://interopehrate.eu/fhir/StructureDefinition/Operator-Extension-IEHR",
                "valueCoding" : {
                  "system" : "http://interopehrate.eu/fhir/CodeSystem/CodingOperator-IEHR",
                  "code" : "startsWith",
                  "display" : "StartsWith"
                }
              }
            ],
            "system" : "http://hl7.org/fhir/sid/icd-10-cm",
            "display" : "F"
          }
        ]
      },
      "exclude" : false
    }
  ]
}