FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: GraphDefinition/GraphDefinition-genomics-test-result

Packageuk.nhsengland.genomics.r4
Resource TypeGraphDefinition
IdGraphDefinition-genomics-test-result
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsengland.genomics.r4@0.4.4&canonical=https://fhir.nhs.uk/GraphDefinition/genomics-test-result
URLhttps://fhir.nhs.uk/GraphDefinition/genomics-test-result
Version0.1.0
Statusdraft
Date2024-08-09
NameGenomicsTestResult
DescriptionGraphDefinition for defining and retrieving the full set of resources relevant to a Genomic Test Result (based on the Genomics Reporting Genomic-Report profile)

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}