@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example3"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-12-31T07:47:39.033+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-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: Encounter Example3

Last updated: 2020-12-31 07:47:39+0000

Profiles: US Core Encounter Profile, An interaction during which services are provided to the patient

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 ')

status: Finished

class: ActCode AMB: ambulatory

type: Consultation and report by radiologist

priority: urgent

subject: Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)

Participants

-Individual
*Practitioner Harry S. Winston

period: 2013-11-28 18:00:00+0000 --> 2015-05-23 00:41:24+0000

Locations

-Location
*Location WC
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-SUMMARY"^^xsd:anyURI ] ; fhir:value [ fhir:v "CXR" ] ] [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-DESCRIPTION"^^xsd:anyURI ] ; fhir:value [ fhir:v "Imaging Report" ] ] [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-AUTHENTICATOR"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Practitioner/1225652602001060" ] ] ] ) ; # fhir:status [ fhir:v "finished" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/encounterstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "S" ] ; fhir:display [ fhir:v "Signed" ] ] ] ) ] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ; # fhir:type ( [ fhir:coding ( [ a sct:28191001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "28191001" ] ; fhir:display [ fhir:v "Consultation and report by radiologist" ] ] ) ; fhir:text [ fhir:v "Consultation and report by radiologist" ] ] ) ; # fhir:priority [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ] ; fhir:code [ fhir:v "UR" ] ; fhir:display [ fhir:v "urgent" ] ] ) ; fhir:text [ fhir:v "urgent" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ; # fhir:participant ( [ fhir:individual [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Example1" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2013-11-28T18:00:00+00:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2015-05-23T00:41:24+00:00"^^xsd:dateTime ] ] ; # fhir:location ( [ fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/Example1" ] ] ] ) . # # -------------------------------------------------------------------------------------