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

FHIR IG analytics

Packagehl7.fhir.uv.genomics-reporting.r4
Resource TypeDiagnosticReport
IdDiagnosticReport-diagnosticreport-hla-glstring-r4.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: DiagnosticReport diagnosticreport-hla-glstring-r4

Genetic analysis report (Genetics)

SubjectAnonymous Patient (no stated gender), DoB Unknown
When For2023-06-01
Performer Organization Some lab

Report Details

CodeValueFlagsWhen For
Genotype display namehla#3.31.0#HLA-A*03:01:01:01+HLA-A*30:01:01Final2018-07-26
Haplotype nameHLA-A*03:01:01:01Final2018-07-26

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "diagnosticreport-hla-glstring-r4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/servicerequest-hla-a-r4"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "GE",
          "display": "Genetics"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "51969-4",
        "display": "Genetic analysis report"
      },
      {
        "system": "http://www.genenames.org",
        "code": "HGNC:588",
        "display": "Histocompatibility complex (HLA)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExamplePatient"
  },
  "effectiveDateTime": "2023-06-01",
  "performer": [
    {
      "reference": "Organization/ExampleLab"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/specimen-hla-r4"
    }
  ],
  "result": [
    {
      "reference": "Observation/genotype-hla-a-glstring-r4"
    },
    {
      "reference": "Observation/haplotype-hla-a-1-r4"
    }
  ]
}