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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeTask
IdTask-WGSRareDiseaseTestOrderCompleted-DirectToLab-Example.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-WGSRareDiseaseTestOrderCompleted-DirectToLab-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-WGSTestOrderFormUpdated-DirectToLab-Example"
  },
  "for": {
    "reference": "Patient/Patient-JamesMetcalfe-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "7449306524"
    }
  },
  "authoredOn": "2023-10-10T16:00:00Z",
  "lastModified": "2023-10-18T11:10:00Z",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-EugeneSmith-Example"
  },
  "owner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RH8"
    },
    "display": "ROYAL DEVON UNIVERSITY HEALTHCARE 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-JamesMetcalfeGeneticReport-Example"
      }
    }
  ]
}