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
An example of a HLA genotyping results report
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//DiagnosticReport/hla-1> a fhir:DiagnosticReport; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "hla-1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsAlleleAsignmentDate" ]; fhir:Extension.valueDate [ fhir:value "2014-10-22"^^xs:date ] ]; fhir:DomainResource.extension [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "text" ]; fhir:Extension.valueString [ fhir:value "HLA-A*01:01:01+HLA-A*24:02:01" ] ]; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsGlstring" ] ]; fhir:DomainResource.extension [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsConsensusSequenceBlock" ]; fhir:Extension.valueReference [ fhir:reference <http://hl7.org/fhir/Observation/consensus-sequence-block-example-1>; fhir:Reference.reference [ fhir:value "Observation/consensus-sequence-block-example-1" ] ] ]; fhir:DomainResource.extension [ fhir:index 3; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/hla-genotyping-resultsConsensusSequenceBlock" ]; fhir:Extension.valueReference [ fhir:reference <http://hl7.org/fhir/Observation/consensus-sequence-block-example-2>; fhir:Reference.reference [ fhir:value "Observation/consensus-sequence-block-example-2" ] ] ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.code [ fhir:CodeableConcept.text [ fhir:value "HLA genotyping results" ] ]; fhir:DiagnosticReport.subjectReference [ fhir:reference <http://hl7.org/fhir/Patient/genetics-example2>; fhir:Reference.reference [ fhir:value "Patient/genetics-example2" ]; fhir:Reference.display [ fhir:value "Molecular Lab Patient ID: HOSP-23456" ] ]; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2015-05-26T15:30:10+01:00"^^xs:dateTime]; fhir:DiagnosticReport.issued [ fhir:value "2015-05-26T15:30:10+01:00"^^xs:dateTime]; fhir:DiagnosticReport.performerReference [ fhir:reference <http://hl7.org/fhir/Practitioner/genetics-example2>; fhir:Reference.reference [ fhir:value "Practitioner/genetics-example2" ]; fhir:Reference.display [ fhir:value "Molecular Diagnostic Laboratory" ] ]; fhir:DiagnosticReport.specimen [ fhir:index 0; fhir:reference <http://hl7.org/fhir/Specimen/genetics-example2>; fhir:Reference.reference [ fhir:value "Specimen/genetics-example2" ]; fhir:Reference.display [ fhir:value "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.