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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeTask
IdTask-NonWGSRareDiseaseTestOrderForwareded-CancerSolidTumor-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-NonWGSRareDiseaseTestOrderForwarded-SolidTumor-Example",
  "status": "requested",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/task-code-genomics",
        "code": "sample-preparation",
        "display": "Sample Preparation"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderFormUpdated-SolidTumor-Example"
  },
  "for": {
    "reference": "Patient/Patient-ZelmaHadjkiss-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307555"
    }
  },
  "authoredOn": "2023-09-09",
  "lastModified": "2023-09-10T15:00:00Z",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
  },
  "owner": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "RJ1"
    },
    "display": "GUY'S AND ST THOMAS' NHS FOUNDATION TRUST"
  },
  "note": [
    {
      "text": "Free to capture additional comments"
    }
  ],
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/CodeSystem/AdditionalInfoTypeGenomics",
            "code": "Specimen",
            "display": "Specimen"
          }
        ]
      },
      "valueReference": {
        "reference": "Specimen/Specimen-CancerSolidTumor-Example"
      }
    }
  ]
}