@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:DiagnosticReport ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example2"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2010-05-20T13:38:25.890+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-diagnosticreport-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ; fhir:tag ( [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "New" ] ; fhir:display [ fhir:v "New" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "Pen" ] ; fhir:display [ fhir:v "Pen" ] ] [ fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"^^xsd:anyURI ] ; fhir:code [ fhir:v "NewPen" ] ; fhir:display [ fhir:v "New Pen" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: DiagnosticReport Example2

Last updated: 2010-05-20 13:38:25+0000

Profiles: US Core DiagnosticReport Profile for Report and Note exchange, AthenaDiagnosticReport

Tags: New (Details: EditTags code New = ' New ', stated as ' New '), Pen (Details: EditTags code Pen = ' Pen ', stated as ' Pen '), New Pen (Details: EditTags code NewPen = ' NewPen ', stated as ' New Pen ')

Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')

F/u of irritable bowel (Other)

SubjectNo display for Patient
When For2015-05-19 09:49:00+0000 --> 2015-05-19 09:49:00+0000
Performer Practitioner Harry S. Winston

Report Details

" ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:code [ fhir:v "OTH" ] ; fhir:display [ fhir:v "Other" ] ] ) ; fhir:text [ fhir:v "Other" ] ] ) ; # fhir:code [ fhir:text [ fhir:v "F/u of irritable bowel" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/Example3" ] ] ; # fhir:effective [ a fhir:Period ; fhir:start [ fhir:v "2015-05-19T09:49:00+00:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2015-05-19T09:49:00+00:00"^^xsd:dateTime ] ] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ) ; # fhir:presentedForm ( [ fhir:contentType [ fhir:v "text/rtf" ] ; fhir:language [ fhir:v "en" ] ; fhir:url [ fhir:v "Binary/DOC-Example3"^^xsd:anyURI ] ] ) . # # -------------------------------------------------------------------------------------