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 Example - 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Group",
  "id" : "1",
  "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=\"1\"> </a><a name=\"hc1\"> </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;1&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 1</p><p><b>quantity</b>: 1000</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: Sex [HL7.v3] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72143-1)</span></p><p><b>value</b>: Female <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#female)</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Age <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30525-0)</span></p><p><b>value</b>: 65-? years</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#observation)</span></p><p><b>value</b>: Heart failure <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>#I50)</span></p><p><b>exclude</b>: false</p><p><b>period</b>: 2020-05-02 --&gt; 2020-05-04</p></blockquote></div>"
  },
  "type" : "person",
  "actual" : false,
  "name" : "Cohort 1",
  "quantity" : 1000,
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "72143-1",
            "display" : "Sex [HL7.v3]"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "female",
            "display" : "Female"
          }
        ]
      },
      "exclude" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "30525-0",
            "display" : "Age"
          }
        ]
      },
      "valueRange" : {
        "low" : {
          "value" : 65,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      },
      "exclude" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code",
            "code" : "observation",
            "display" : "Observation"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/sid/icd-10-cm",
            "code" : "I50",
            "display" : "Heart failure"
          }
        ]
      },
      "exclude" : false,
      "period" : {
        "start" : "2020-05-02",
        "end" : "2020-05-04"
      }
    }
  ]
}