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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeTask
IdTask-NonWGSTestOrderFormAccepted-UsingStoredSample-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-NonWGSTestOrderFormAccepted-UsingStoredSample-Example",
  "status": "accepted",
  "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-NonWGSTestOrderForm-UsingStoredSample-Example"
  },
  "for": {
    "reference": "Patient/Patient-TimMclullichs-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "8449303452"
    }
  },
  "authoredOn": "2023-11-02T15:43:00Z",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-OscarShields-Example"
  },
  "owner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RQ3"
    },
    "display": "BIRMINGHAM WOMEN'S AND CHILDREN'S NHS FOUNDATION TRUST"
  },
  "note": [
    {
      "text": "Test critieria met and sample to be used from storage"
    }
  ],
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
            "code": "Specimen",
            "display": "Specimen"
          }
        ]
      },
      "valueReference": {
        "reference": "Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example"
      }
    }
  ]
}