NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Example Variable Summary with categories (gender) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "example-study-summary-gender",
  "meta" : {
    "profile" : [
      "https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/study-variable-summary"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"example-study-summary-gender\"> </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 Observation &quot;example-study-summary-gender&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-study-variable-summary.html\">Study Variable Summary</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Summary Report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C0242482)</span></p><p><b>subject</b>: <a href=\"Group-example-summary-group-1.html\">Group/example-summary-group-1</a></p><p><b>focus</b>: <a href=\"ResearchStudy-ncpi-research-study-01.html\">ResearchStudy/ncpi-research-study-01</a></p><p><b>value</b>: Gender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C0079399; <a href=\"CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html\">Datatable CodeSystem (lists all variables)</a>#gender)</span></p><blockquote><p><b>component</b></p><p><b>code</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>value</b>: 205</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Male <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#male)</span></p><p><b>value</b>: 183</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Missing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (umls#C1705492)</span></p><p><b>value</b>: 12</p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://uts.nlm.nih.gov/uts/umls",
        "code" : "C0242482",
        "display" : "Summary Report"
      }
    ]
  },
  "subject" : {
    "reference" : "Group/example-summary-group-1"
  },
  "focus" : [
    {
      "reference" : "ResearchStudy/ncpi-research-study-01"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://uts.nlm.nih.gov/uts/umls",
        "code" : "C0079399",
        "display" : "Gender"
      },
      {
        "system" : "https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1",
        "code" : "gender"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "female"
          }
        ]
      },
      "valueInteger" : 205
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "male"
          }
        ]
      },
      "valueInteger" : 183
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://uts.nlm.nih.gov/uts/umls",
            "code" : "C1705492",
            "display" : "Missing"
          }
        ]
      },
      "valueInteger" : 12
    }
  ]
}