0.1.1 - ci-build
This page is part of the MatchSync Implementation Guide (v0.1.0: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HLA-DQB1-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.nmdp.org/ig/matchsync/StructureDefinition/hla-dqb1"^^xsd:anyURI ;
fhir:link <http://fhir.nmdp.org/ig/matchsync/StructureDefinition/hla-dqb1> ] ) ;
( 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation HLA-DQB1-Example</b></p><a name=\"HLA-DQB1-Example\"> </a><a name=\"hcHLA-DQB1-Example\"> </a><a name=\"HLA-DQB1-Example-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 84413-4}\">Genotype display name</span></p><p><b>subject</b>: <a href=\"Patient-MSPatientExample.html\">Jane Everyperson Female, DoB: 1974-12-25 ( http://example.org/mrn#123)</a></p><p><b>effective</b>: 2022-05-01</p><p><b>value</b>: <span title=\"Codes:{http://glstring.org hla#3.25.0#HLA-DQB1*02:01:01:01+HLA-DQB1*02:02:01:01}\">hla#3.25.0#HLA-DQB1*02:01:01:01+HLA-DQB1*02:02:01:01</span></p><p><b>specimen</b>: <a href=\"Specimen-MSSpecimenExample.html\">Specimen: identifier = http://terminology.nmdp.org/identifier/transplantcenter#000</a></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 48018-6}\">Gene studied [ID]</span></td><td><span title=\"Codes:{http://www.genenames.org/geneId HGNC:4944}\">HLA-DQB1</span></td></tr></table></div>"
] ; #
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:reference [ fhir:v "Patient/MSPatientExample" ]
] ; #
fhir:effective [ 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-DQB1*02:01:01:01+HLA-DQB1*02:02:01:01" ] ] )
] ; #
fhir:specimen [
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:4944" ] ;
fhir:display [ fhir:v "HLA-DQB1" ] ] ) ]
] ) . #
IG © 2022+ NMDP. Package nmdp.fhir.matchsync#0.1.1 based on FHIR 4.0.1. Generated 2024-11-11
Links: Table of Contents |
QA Report