This page is part of the Genetic Reporting Implementation Guide (v0.3.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Example - HLA genotyping for HLA-A, using GLStrings - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "Observation",
  "id" : "obs-genotype-hla-a-glstring-r4",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/obs-genotype"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
            <pre>
HLA-A genotyping for sample 123456789
HLA-A*03:01:01:01+HLA-A*30:01:01</pre>
        </div>"
  },
  "basedOn" : [
    {
      "reference" : "ServiceRequest/f123",
      "display" : "Sequence-based typing of HLA-A for sample-id=123456789"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "84413-4",
        "display" : "Genotype display name"
      },
      {
        "system" : "http://loinc.org",
        "code" : "57290-9",
        "display" : "HLA-A [Type] by High resolution"
      }
    ]
  },
  "effectiveDateTime" : "2018-07-26",
  "performer" : [
    {
      "reference" : "Oranization/f345",
      "type" : "Organization",
      "display" : "aTypingLab, Inc"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://glstring.org",
        "version" : "1.0",
        "code" : "hla#3.31.0#HLA-A*03:01:01:01+HLA-A*30:01:01"
      }
    ]
  },
  "method" : {
    "text" : "PACBIO Sequel"
  },
  "specimen" : {
    "reference" : "Specimen/f456",
    "display" : "buccal swab: 123456789"
  },
  "derivedFrom" : [
    {
      "reference" : "Observation/f567",
      "type" : "Observation",
      "display" : "HLA-A Allele: HLA-A*03:01:01:01"
    },
    {
      "reference" : "Observation/f568",
      "type" : "Observation",
      "display" : "HLA-A Allele: HLA-A*30:01:01"
    }
  ],
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48018-6",
            "display" : "Gene studied [ID]"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.genenames.org",
            "code" : "HGNC:4931",
            "display" : "HLA-A"
          }
        ]
      }
    }
  ]
}