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

FHIR IG analytics

Packagefhir.nwgenomics.nhs.uk
Resource TypeObservation
IdObservation-region-studied-egfr-dpcr.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation region-studied-egfr-dpcr

identifier: a151b1ed-5aef-4c36-af50-987cfbd5bad4

status: Final

category: Genetics

code: DNA region of interest panel

subject: Theon SHEFFIELD

effective: 2026-07-13 10:37:26+0000

note:

ILLUSTRATIVE: represents that the digital PCR assay interrogated only the EGFR exon 20 T790M hotspot position (and, in a multiplexed panel, a small number of other named hotspots such as exon 19 deletions / L858R) — not the full coding sequence of EGFR. Unlike NGS, a negative dPCR result only rules out variants at the specific positions named here; it should not be read as 'EGFR negative' more broadly. Coordinate/region detail (start/end, genome build) is omitted from this illustrative example and should be populated from the assay's validated target list in a real implementation.

component

code: Gene studied [ID]

value: EGFR

component

code: Transcript reference sequence [ID]

value: EGFR transcript NM_005228.5


Source1

{
  "resourceType": "Observation",
  "id": "region-studied-egfr-dpcr",
  "meta": {
    "profile": [
      "https://fhir.nwgenomics.nhs.uk/StructureDefinition/GenomicObservation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "a151b1ed-5aef-4c36-af50-987cfbd5bad4"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "GE",
          "display": "Genetics"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "53041-0",
        "display": "DNA region of interest panel"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:2160525b-0168-4f40-8ebf-9b053052a62c",
    "display": "Theon SHEFFIELD"
  },
  "effectiveDateTime": "2026-07-13T10:37:26+00:00",
  "note": [
    {
      "text": "ILLUSTRATIVE: represents that the digital PCR assay interrogated only the EGFR exon 20 T790M hotspot position (and, in a multiplexed panel, a small number of other named hotspots such as exon 19 deletions / L858R) — not the full coding sequence of EGFR. Unlike NGS, a negative dPCR result only rules out variants at the specific positions named here; it should not be read as 'EGFR negative' more broadly. Coordinate/region detail (start/end, genome build) is omitted from this illustrative example and should be populated from the assay's validated target list in a real implementation."
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48018-6",
            "display": "Gene studied [ID]"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.genenames.org",
            "code": "HGNC:3236",
            "display": "EGFR"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "51958-7",
            "display": "Transcript reference sequence [ID]"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.ncbi.nlm.nih.gov/nuccore",
            "code": "NM_005228.5",
            "display": "EGFR transcript NM_005228.5"
          }
        ]
      }
    }
  ]
}