This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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
An example of a HLA genotyping results report
{
"resourceType": "DiagnosticReport",
"id": "hla-1",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-resultsGlstring",
"extension": [
{
"url": "text",
"valueString": "HLA-A*01:01:01+HLA-A*24:02:01"
}
]
}
],
"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.