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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeServiceRequest
IdUKCore-ServiceRequest-MichaelJonesDYPDRequest-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": "UKCore-ServiceRequest-MichaelJonesDYPDRequest-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"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://www.christie.nhs.uk/ehr",
      "value": "LabOrder123456",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "RBV"
        }
      }
    }
  ],
  "instantiatesUri": [
    "https://www.england.nhs.uk/wp-content/uploads/2020/11/1869-dpyd-policy-statement.pdf"
  ],
  "basedOn": [
    {
      "display": "UKCore-CarePlan-PancreaticCancerPlan-Example"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "405824009",
          "display": "Genetic test"
        }
      ]
    }
  ],
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "63491000000109",
        "display": "Paediatric IDH-wildtype glioblastoma tumour and germline WGS (whole genome sequencing)"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9999999999"
    }
  },
  "encounter": {
    "display": "Encounter/UKCore-Encounter-OncologyConsultation-Example"
  },
  "authoredOn": "2022-07-11T09:00:00Z",
  "requester": {
    "identifier": {
      "system": "https://fhir.hl7.org.uk/Id/gmc-number",
      "value": "C9999999"
    }
  },
  "performer": [
    {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RBV"
      }
    }
  ],
  "specimen": [
    {
      "identifier": {
        "system": "https://www.christie.nhs.uk/path",
        "value": "Spec123456"
      }
    }
  ]
}