FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeTask
IdTask-NonWGSRareDiseaseTestOrderCompleted-CascadeTestingExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Task",
  "id": "Task-NonWGSRareDiseaseTestOrderCompleted-CascadeTesting-Example",
  "status": "completed",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
        "code": "distribute-report",
        "display": "Distribute Report"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-Example"
  },
  "for": {
    "reference": "Patient/Patient-FayMutlow-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307806"
    }
  },
  "authoredOn": "2023-10-04T11:00:00Z",
  "lastModified": "2023-10-06T09:00:00Z",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-MarySmith-Example"
  },
  "owner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RTD"
    },
    "display": "THE NEWCASTLE UPON TYNE HOSPITALS NHS FOUNDATION TRUST"
  },
  "note": [
    {
      "text": "Optional Free Text field to record any additional details"
    }
  ],
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
            "code": "DiagnosticReport",
            "display": "DiagnosticReport"
          }
        ]
      },
      "valueReference": {
        "reference": "DiagnosticReport/DiagnosticReport-FayMutlow-Example"
      }
    }
  ]
}