@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HLA-A-Example"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/hla-a"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.nmdp.org/codesystem/transplant-center"^^xsd:anyURI ] ; fhir:code [ fhir:v "tc_123" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation HLA-A-Example

Profile: HLA_A

Security Label: tc_123 (Details: transplant-center code tc_123)

status: Final

category: Laboratory

code: Genotype display name

subject: Jane Everyperson Female, DoB: 1974-12-25 ( http://example.org/mrn#123)

effective: 2022-05-01

value: hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02

specimen: Specimen: identifier = http://terminology.nmdp.org/identifier/transplantcenter#000

Components

-CodeValue[x]
*Gene studied [ID]HLA-A
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "laboratory" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:84413-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "84413-4" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/MSPatientExample" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2022-05-01"^^xsd:date ] ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://glstring.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "hla#3.25.0#HLA-A*01:01:01:01+HLA-A*01:02" ] ] ) ] ; # fhir:specimen [ fhir:link ; fhir:reference [ fhir:v "Specimen/MSSpecimenExample" ] ] ; # fhir:component ( [ fhir:code [ fhir:coding ( [ a loinc:48018-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "48018-6" ] ] ) ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://www.genenames.org/geneId"^^xsd:anyURI ] ; fhir:code [ fhir:v "HGNC:4931" ] ; fhir:display [ fhir:v "HLA-A" ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------