HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1, published by HL7 International - Patient Care WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-eyecare-ig/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "diagnostic-report-visual-field-test-le-0"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/eyecare/StructureDefinition/diagnostic-report-visual-field";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/eyecare/StructureDefinition/diagnostic-report-visual-field> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2><span title=\"Codes: {http://snomed.info/sct 103752008}\">Perimetry</span> (<span title=\"Codes: {http://snomed.info/sct 394594003}\">Ophthalmology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td><b>Eve Bill</b> female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</td></tr><tr><td>When For</td><td>2019-02-03 07:43:30+0000</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-vf-mean-deviation-le-0.html\"><span title=\"Codes: {http://snomed.info/sct 422859007}\">Mean deviation</span></a> (<span title=\"Codes: \"></span>)</td><td>5.78 decibels</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-pattern-standard-deviation-le-0.html\"><span title=\"Codes: {http://snomed.info/sct 421362004}\">Pattern standard deviation</span></a> (<span title=\"Codes: \"></span>)</td><td>4.8 decibels</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-test-duration-le-0.html\"><span title=\"Codes: {http://snomed.info/sct 252129004}\">Test duration</span></a> (<span title=\"Codes: \"></span>)</td><td>300 seconds</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-fixation-loss-le-0.html\"><span title=\"Codes: {http://hl7.org/fhir/uv/eyecare/CodeSystem/visual-field-observations 400204}\">Fixation loss</span></a> (<span title=\"Codes: \"></span>)</td><td>No display for Ratio</td><td>2013-06-27 05:04:20+0400</td></tr><tr><td><a href=\"Observation-vf-false-positives-le-0.html\"><span title=\"Codes: {http://hl7.org/fhir/uv/eyecare/CodeSystem/visual-field-observations 400205}\">False positive ratio</span></a> (<span title=\"Codes: \"></span>)</td><td>No display for Ratio</td><td>2013-06-27 05:04:20+0400</td></tr></table></div>"
];
fhir:DiagnosticReport.status [ fhir:value "final"];
fhir:DiagnosticReport.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:394594003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "394594003" ];
fhir:Coding.display [ fhir:value "Ophthalmology" ] ];
fhir:CodeableConcept.text [ fhir:value "Ophthalmology" ]
];
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:103752008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "103752008" ];
fhir:Coding.display [ fhir:value "Perimetry" ] ];
fhir:CodeableConcept.text [ fhir:value "Perimetry" ]
];
fhir:DiagnosticReport.subject [
fhir:Reference.reference [ fhir:value "Patient/ophthal-patient-example-0" ]
];
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2019-02-03T19:43:30.000Z"^^xsd:dateTime];
fhir:DiagnosticReport.result [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/vf-mean-deviation-le-0" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Observation/vf-pattern-standard-deviation-le-0" ]
], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "Observation/vf-test-duration-le-0" ]
], [
fhir:index 3;
fhir:Reference.reference [ fhir:value "Observation/vf-fixation-loss-le-0" ]
], [
fhir:index 4;
fhir:Reference.reference [ fhir:value "Observation/vf-false-positives-le-0" ]
];
fhir:DiagnosticReport.media [
fhir:index 0;
fhir:DiagnosticReport.media.link [
fhir:Reference.reference [ fhir:value "Media/visual-field-le-0" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.