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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeObservation
IdObservation-SLC52A2-VariantAbsent-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": "Observation",
  "id": "Observation-SLC52A2-VariantAbsent-Example",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "GE"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "69548-6",
        "display": "Genetic variant assessment"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "414755005",
        "display": "Molecular, genetic AND/OR cellular observable"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-PheobeSmitham-Example"
  },
  "effectiveDateTime": "2023-09-16",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "260415000",
        "display": "Not detected"
      },
      {
        "system": "http://loinc.org",
        "code": "LA9634-2",
        "display": "Absent"
      }
    ],
    "text": "Variant not detected"
  },
  "method": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "117040002",
          "display": "Nucleic acid sequencing"
        }
      ]
    }
  ]
}