| Package | uk.nhsengland.genomics.r4 |
| Resource Type | GraphDefinition |
| Id | GraphDefinition-genomics-test-result |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=uk.nhsengland.genomics.r4@0.4.4&canonical=https://fhir.nhs.uk/GraphDefinition/genomics-test-result |
| URL | https://fhir.nhs.uk/GraphDefinition/genomics-test-result |
| Version | 0.1.0 |
| Status | draft |
| Date | 2024-08-09 |
| Name | GenomicsTestResult |
| Description | GraphDefinition for defining and retrieving the full set of resources relevant to a Genomic Test Result (based on the Genomics Reporting Genomic-Report profile) |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "GraphDefinition",
"id": "GraphDefinition-genomics-test-result",
"url": "https://fhir.nhs.uk/GraphDefinition/genomics-test-result",
"version": "0.1.0",
"name": "GenomicsTestResult",
"status": "draft",
"date": "2024-08-09",
"publisher": "NHS England",
"description": "GraphDefinition for defining and retrieving the full set of resources relevant to a Genomic Test Result (based on the Genomics Reporting Genomic-Report profile)",
"start": "DiagnosticReport",
"link": [
{
"path": "DiagnosticReport.extension.valueReference",
"sliceName": "recommended-action",
"min": 0,
"max": "*",
"description": "Further actions recommended by the report",
"target": [
{
"type": "Task"
}
]
},
{
"path": "DiagnosticReport.extension.valueReference",
"sliceName": "genomic-study",
"min": 0,
"max": "*",
"description": "The set of analyses performed to generate/analyse the genomic data",
"target": [
{
"type": "Procedure",
"link": [
{
"path": "Procedure.extension.valueReference",
"sliceName": "genomic-study-analysis",
"min": 0,
"max": "*",
"description": "Component of genomic study",
"target": [
{
"type": "Procedure"
}
]
}
]
}
]
},
{
"path": "DiagnosticReport.extension.valueReference",
"sliceName": "supporting-info",
"min": 0,
"max": "*",
"description": "Supporting Info references, used to capture clinical information and references to Genomic Data Files",
"target": [
{
"type": "DocumentReference"
},
{
"type": "Resource"
}
]
},
{
"path": "DiagnosticReport.basedOn",
"min": 1,
"max": "1",
"description": "Link to request this DiagnosticReport is in fulfillment of",
"target": [
{
"type": "ServiceRequest"
}
]
},
{
"path": "DiagnosticReport.subject",
"min": 1,
"max": "1",
"description": "Link to the patient the report is concerning",
"target": [
{
"type": "Patient"
}
]
},
{
"path": "DiagnosticReport.specimen",
"min": 0,
"max": "*",
"description": "Link to the specimens used during testing to generate the report",
"target": [
{
"type": "Specimen",
"link": [
{
"path": "Specimen.subject",
"min": 1,
"max": "1",
"description": "Link to the patient the specimen is from",
"target": [
{
"type": "Patient"
}
]
},
{
"path": "Specimen.parent",
"min": 0,
"max": "1",
"description": "Link to parent specimen resource",
"target": [
{
"type": "Specimen"
}
]
},
{
"path": "Specimen.collection.collector",
"min": 0,
"max": "1",
"description": "Link to collector of the specimen",
"target": [
{
"type": "PractitionerRole"
}
]
},
{
"path": "Specimen.collection.bodySite.extension.valueReference",
"sliceName": "bodySiteReference",
"min": 0,
"max": "1",
"description": "Link to the body structure detailing the morphology and topography of the specimen",
"target": [
{
"type": "BodyStructure"
}
]
}
]
}
]
},
{
"path": "DiagnosticReport.result",
"min": 0,
"max": "*",
"description": "Links to Observations forming the results reported in the DiagnosticReport",
"target": [
{
"type": "Observation",
"link": [
{
"path": "Observation.performer",
"min": 0,
"max": "1",
"description": "Optional link to actor who performed the observation (could be Patient, PractitionerRole or RelatedPerson)",
"target": [
{
"type": "Resource"
}
]
},
{
"path": "Observation.hasMember",
"min": 0,
"max": "*",
"description": "Optional link to observation if parent observation is a panel",
"target": [
{
"type": "Observation"
}
]
}
]
}
]
}
]
}