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

Generated Narrative

Resource "example-phenotype"

Gene: CYP2C9 (HUGO Gene Nomenclature#2623)

status: final

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. CYP2C9 gene product metabolic activity interpretation (LOINC#79716-7)

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

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

value: Normal metabolizer (LOINC#LA25391-6)

device: Device/example

derivedFrom: Observation/example-diplotype1

" ]; 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 "2623" ]; fhir:Coding.display [ fhir:value "CYP2C9" ] ] ] ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:79716-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "79716-7" ]; 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. CYP2C9 gene product metabolic activity interpretation" ] ] ]; 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; a loinc:LA25391-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "LA25391-6" ]; fhir:Coding.display [ fhir:value "Normal metabolizer" ] ] ]; 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 "Observation/example-diplotype1" ] ] . a fhir:Patient . a fhir:Device . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------