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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeTask
IdTask-WGSRareDiseaseTestOrderAccepted-TrioTestingProband-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-WGSRareDiseaseTestOrderAccepted-TrioTestingProband-Example",
  "status": "accepted",
  "businessStatus": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
        "code": "sample-received",
        "display": "Sample Received"
      }
    ]
  },
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
        "code": "request-sample-alignment",
        "display": "Request & Sample Alignment"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTestingProband-Example"
  },
  "for": {
    "reference": "Patient/Patient-PheobeSmitham-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307539"
    }
  },
  "authoredOn": "2023-09-15T15:00:00Z",
  "lastModified": "2023-09-18T15:00:00Z",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-EugeneSmithLeedsSTH-Example"
  },
  "owner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "R0A"
    },
    "display": "MANCHESTER UNIVERSITY 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": "Specimen",
            "display": "Specimen"
          }
        ]
      },
      "valueReference": {
        "reference": "Specimen/Specimen-PheobeSmitham-Example"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
            "code": "Consent",
            "display": "Consent"
          }
        ]
      },
      "valueReference": {
        "reference": "Consent/Consent-RoD-PheobeSmitham-Example"
      }
    }
  ]
}