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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeServiceRequest
IdServiceRequest-SavedTestOrderUpdated-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-SavedTestOrderUpdated-Example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2023-08-10T11:10:00Z"
  },
  "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://fhir.nhs.uk/Id/GMSOrder",
      "value": "ROA43728"
    }
  ],
  "status": "active",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-GenomeSequencingCategory",
          "code": "rare-disease-non-wgs",
          "display": "Rare Disease - Non-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": "R67.1",
        "display": "Monogenic hearing loss",
        "version": "7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-MeirLieberman-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "authoredOn": "2023-08-05",
  "requester": {
    "reference": "PractitionerRole/PractitionerRole-GeneSmithENT-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/sds-user-id",
      "value": "9999999999"
    }
  },
  "supportingInfo": [
    {
      "reference": "Observation/Observation-GenomicEthnicity-Example"
    },
    {
      "reference": "Observation/Observation-NoPregnancy-Example"
    },
    {
      "reference": "Condition/Condition-MonogenicHearingLoss-Example"
    },
    {
      "reference": "Observation/Observation-NoTransplant-Example"
    },
    {
      "reference": "Observation/Observation-NoTransfusion-Example"
    },
    {
      "reference": "Condition/Condition-HearingLoss-Example"
    }
  ],
  "note": [
    {
      "text": "No family history of genomic testing"
    },
    {
      "text": "Free text for diagnosis/reason for referral, relevant information including family history, phenotypic details/ HPO Terms/ Patient in need of test...example"
    }
  ]
}