FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-genomics-report-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport genomics-report-example
Profile: Deep 6 AI Genomics Report
| Subject | abc Hilll811 (maiden) Female, DoB: 1988-05-10 ( https://github.com/synthetichealth/synthea#patient-example) |
| When For | 2023-05-09 20:26:11+0000 |
Report Details
| Code | Value | Flags | Note |
| Genetic variant assessment | Final | ||
| Genetic variant assessment | Final | ||
| Genetic variant assessment | Final |
| |
| Microsatellite instability [Interpretation] in Cancer specimen Qualitative | MSI-H | Final | |
| Mutations/Megabase [# Ratio] in Tumor | 29.8 | Final |
Conclusion: lorem ipsum
{
"resourceType": "DiagnosticReport",
"id": "genomics-report-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-genomics-report-2.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "GE",
"display": "Genetics"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "51969-4",
"display": "Genetic analysis report"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2023-05-09T20:26:11Z",
"result": [
{
"reference": "Observation/variant-simple-example"
},
{
"reference": "Observation/variant-hgvs-example"
},
{
"reference": "Observation/variant-rearrangement-example"
},
{
"reference": "Observation/molecularbiomarker-msi-example"
},
{
"reference": "Observation/molecularbiomarker-tmb-example"
}
],
"conclusion": "Conclusion: lorem ipsum",
"presentedForm": [
{
"contentType": "text/plain",
"data": "SGVsbG8gd29ybGQK",
"title": "Comment"
}
]
}