HLA Reporting Implementation Guide
0.0.1 - Draft
This page is part of the HLA Reporting Implementation Guide (v0.0.1: Trial Use: 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions 
Source view
{
"resourceType" : "Observation",
"id" : "HLA-A-GenotypeExample",
"meta" : {
"profile" : [
"http://fhir.nmdp.org/ig/hla-reporting/StructureDefinition/hla-genotype"
]
},
"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-A-GenotypeExample</p><p><b>meta</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'laboratory' = 'Laboratory)</span></p><p><b>code</b>: Genotype display name <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '84413-4' = 'Genotype display name)</span></p><p><b>value</b>: hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02 <span style=\"background: LightGoldenRodYellow\">(Details : {http://glstring.org code 'hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02' = 'hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02)</span></p><p><b>derivedFrom</b>: </p><ul><li><a href=\"Observation-HLA-A-AlleleExample1.html\">Generated Summary: id: HLA-A-AlleleExample1; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 84414-2}\">Haplotype name</span>; <span title=\"Codes: {http://glstring.org hla#3.25.0#HLA-A*01:01:01:01}\">hla#3.25.0#HLA-A*01:01:01:01</span></a></li><li><a href=\"Observation-HLA-A-AlleleExample2.html\">Generated Summary: id: HLA-A-AlleleExample2; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>; <span title=\"Codes: {http://loinc.org 84414-2}\">Haplotype name</span>; <span title=\"Codes: {http://glstring.org hla#3.25.0#HLA-A*01:02}\">hla#3.25.0#HLA-A*01:02</span></a></li></ul><h3>Components</h3><table class=\"grid\"><tr><td>-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>Gene studied [ID] <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '48018-6' = 'Gene studied [ID])</span></td><td>HLA-A <span style=\"background: LightGoldenRodYellow\">(Details : {http://www.genenames.org/geneId code 'HGNC:4931' = 'HLA-A', given as 'HLA-A'})</span></td></tr></table></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "84413-4"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://glstring.org",
"code" : "hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02"
}
]
},
"derivedFrom" : [
{
"reference" : "Observation/HLA-A-AlleleExample1"
},
{
"reference" : "Observation/HLA-A-AlleleExample2"
}
],
"component" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "48018-6"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://www.genenames.org/geneId",
"code" : "HGNC:4931",
"display" : "HLA-A"
}
]
}
}
]
}