GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: HereditaryCancerTestingGenRiskAssessNegative - JSON Representation

Raw json | Download

{
  "resourceType" : "RiskAssessment",
  "id" : "HereditaryCancerTestingGenRiskAssessNegative",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RiskAssessment HereditaryCancerTestingGenRiskAssessNegative</b></p><a name=\"HereditaryCancerTestingGenRiskAssessNegative\"> </a><a name=\"hcHereditaryCancerTestingGenRiskAssessNegative\"> </a><a name=\"HereditaryCancerTestingGenRiskAssessNegative-en-US\"> </a><p><b>status</b>: Final</p><p><b>method</b>: <span title=\"Codes:\">BRCAPRO</span></p><p><b>subject</b>: <a href=\"Patient-PatientFemale.html\">Jenny M (official) Female, DoB: 1988-02-12 ( Patient ID: 7fb905f171204b94b8ee33d33cb624e6\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>occurrence</b>: 2021-12-03 01:01:01+0000</p><p><b>basis</b>: <a href=\"Observation-HereditaryCancerTestingOverInterNegative.html\">Observation Discrete variation analysis overall interpretation</a></p><blockquote><p><b>prediction</b></p><p><b>outcome</b>: <span title=\"Codes:\">Prostate</span></p><p><b>probability</b>: 0.16</p><p><b>when</b>: ?-70</p></blockquote><blockquote><p><b>prediction</b></p><p><b>outcome</b>: <span title=\"Codes:\">Male Breast</span></p><p><b>probability</b>: 0.012</p><p><b>when</b>: ?-70</p></blockquote><blockquote><p><b>prediction</b></p><p><b>outcome</b>: <span title=\"Codes:\">Pancreatic</span></p><p><b>when</b>: ?-70</p><p><b>rationale</b>: Elevated risk</p></blockquote></div>"
  },
  "status" : "final",
  "method" : {
    "coding" : [
      {
        "code" : "BRCAPRO"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientFemale"
  },
  "occurrenceDateTime" : "2021-12-03T01:01:01Z",
  "basis" : [
    {
      🔗 "reference" : "Observation/HereditaryCancerTestingOverInterNegative"
    }
  ],
  "prediction" : [
    {
      "outcome" : {
        "text" : "Prostate"
      },
      "probabilityDecimal" : 0.16,
      "whenRange" : {
        "high" : {
          "value" : 70,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      }
    },
    {
      "outcome" : {
        "text" : "Male Breast"
      },
      "probabilityDecimal" : 0.012,
      "whenRange" : {
        "high" : {
          "value" : 70,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      }
    },
    {
      "outcome" : {
        "text" : "Pancreatic"
      },
      "whenRange" : {
        "high" : {
          "value" : 70,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      },
      "rationale" : "Elevated risk"
    }
  ]
}