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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeServiceRequest
IdServiceRequest-WGSTestOrderForm-CancerHaemOnc-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": "ServiceRequest",
  "id": "ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
            "code": "nhs-england",
            "display": "NHS England"
          }
        ]
      }
    },
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact",
      "valueReference": {
        "reference": "PractitionerRole/PractitionerRole-AnnaLaneKingstonPathology-Example"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
          "code": "cancer-wgs",
          "display": "Cancer - WGS"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
          "code": "diagnostic",
          "display": "Diagnostic"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
        "code": "M89.108",
        "display": "Acute Leukaemia Other"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-PatrickSammy-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "authoredOn": "2023-09-08",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-HazelSmithKingstonPathology-Example"
  },
  "performer": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RJZ"
      },
      "display": "KING'S COLLEGE HOSPITAL NHS FOUNDATION TRUST"
    }
  ],
  "supportingInfo": [
    {
      "reference": "Condition/Condition-AcuteMyeloidLeukaemia-Example"
    },
    {
      "reference": "Observation/Observation-BlastPercentage-Example"
    },
    {
      "reference": "Observation/Observation-NucleatedCellCountWGSSample-Example"
    },
    {
      "reference": "Observation/Observation-PatrickSammyNoBoneMarrowTransplant-Example"
    },
    {
      "reference": "Consent/Consent-RoDToFollow-Example"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/Specimen-PatrickSammyBoneMarrowAspiration-Example"
    }
  ],
  "note": [
    {
      "text": "Relevant Family History"
    },
    {
      "text": "Other Additional Information"
    }
  ]
}