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

Generated Narrative

Resource "example-genetics-3"

status: final

code: Further analysis ()

subject: Patient/example: Molecular Lab Patient ID: HOSP-23456 "Peter CHALMERS"

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

performer: Practitioner/example: Sequence Analysis Laboratory "Adam CAREFUL"

note: 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. The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy

device: Device/example

derivedFrom: Observation/example-genetics-1: ObservationForGenetics profile example 1

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.text [ fhir:value "Further analysis" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Molecular Lab Patient ID: HOSP-23456" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2013-04-03T15:30:10+01:00"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Sequence Analysis Laboratory" ] ]; fhir:Observation.note [ fhir:index 0; fhir:Annotation.text [ 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. The EGFR p.L858R mutation has been associated with response to anti-EGFR therapy" ] ]; 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-genetics-1" ]; fhir:Reference.display [ fhir:value "ObservationForGenetics profile example 1" ] ] . a fhir:Patient . a fhir:Practitioner . a fhir:Device . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------