STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3

Diagnosticreport-hla-genetics-results-example.json

Raw JSON (canonical form)

An example of a HLA genotyping results report

{
  "resourceType": "DiagnosticReport",
  "id": "hla-1",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: hla-1</p><p><b>status</b>: final</p><p><b>code</b>: HLA genotyping results <span>(Details )</span></p><p><b>subject</b>: <a>Molecular Lab Patient ID: HOSP-23456</a></p><p><b>effective</b>: 26/05/2015 3:30:10 PM</p><p><b>issued</b>: 26/05/2015 3:30:10 PM</p><p><b>performer</b>: <a>Molecular Diagnostic Laboratory</a></p><p><b>specimen</b>: <a>Molecular Specimen ID: MLD45-Z4-1234</a></p></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsAlleleAsignmentDate",
      "valueDate": "2014-10-22"
    },
    {
      "extension": [
        {
          "url": "text",
          "valueString": "HLA-A*01:01:01+HLA-A*24:02:01"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsGlstring"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsConsensusSequenceBlock",
      "valueReference": {
        "reference": "Observation/consensus-sequence-block-example-1"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsConsensusSequenceBlock",
      "valueReference": {
        "reference": "Observation/consensus-sequence-block-example-2"
      }
    }
  ],
  "status": "final",
  "code": {
    "text": "HLA genotyping results"
  },
  "subject": {
    "reference": "Patient/genetics-example2",
    "display": "Molecular Lab Patient ID: HOSP-23456"
  },
  "effectiveDateTime": "2015-05-26T15:30:10+01:00",
  "issued": "2015-05-26T15:30:10+01:00",
  "performer": {
    "reference": "Practitioner/genetics-example2",
    "display": "Molecular Diagnostic Laboratory"
  },
  "specimen": [
    {
      "reference": "Specimen/genetics-example2",
      "display": "Molecular Specimen ID: MLD45-Z4-1234"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.