@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example-haplotype1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

Resource "example-haplotype1"

Gene: CYP2D6 (HUGO Gene Nomenclature#2625)

status: unknown

code: The material on this page will be removed in a future release. This content is deprecated and SHOULD NOT be used. Implementers are instead directed to the ([Genomics Reporting Implementation Guide](http://hl7.org/fhir/uv/genomics-reporting/index.html)) for guidance. Genetic analysis master panel-- This is the parent OBR for the panel holding all of the associated observations that can be reported with a molecular genetics analysis result. (LOINC#55233-1)

subject: Patient/727127: J*********** C***********

effective: 2013-04-03T15:30:10+01:00

value: *35B (pharmakb.org#PA165971587)

device: Device/example

derivedFrom:

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://www.genenames.org" ]; fhir:Coding.code [ fhir:value "2625" ]; fhir:Coding.display [ fhir:value "CYP2D6" ] ] ] ]; fhir:Observation.status [ fhir:value "unknown"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:55233-1; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "55233-1" ]; fhir:Coding.display [ fhir:value "The material on this page will be removed in a future release. This content is deprecated and SHOULD NOT be used. Implementers are instead directed to the ([Genomics Reporting Implementation Guide](http://hl7.org/fhir/uv/genomics-reporting/index.html)) for guidance. Genetic analysis master panel-- This is the parent OBR for the panel holding all of the associated observations that can be reported with a molecular genetics analysis result." ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/727127" ]; fhir:Reference.display [ fhir:value "J*********** C***********" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2013-04-03T15:30:10+01:00"^^xsd:dateTime]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://pharmakb.org" ]; fhir:Coding.code [ fhir:value "PA165971587" ]; fhir:Coding.display [ fhir:value "*35B" ] ] ]; fhir:Observation.device [ fhir:link ; fhir:Reference.reference [ fhir:value "Device/example" ] ]; fhir:Observation.derivedFrom [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "MolecularSequence/example-pgx-1" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "MolecularSequence/example-pgx-2" ] ] . a fhir:Patient . a fhir:Device . a fhir:MolecularSequence . a fhir:MolecularSequence . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------