@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CEQ-Encounter"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Encounter CEQ-Encounter

status: Finished

class: ActCode AMB: ambulatory

type: Office or other outpatient visit for the evaluation and management of an established patient that may not require the presence of a physician or other qualified health care professional

subject: Eve Anyperson

Participants

-Individual
*Dr. David Anydoc

period: 2020-10-01 17:00:14-0500 --> 2020-10-01 18:00:14-0500

Diagnoses

-Condition
*Cardiac Arrest

Locations

-Location
*Location North Wing of Verteranairan's Hospital
" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ] ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:code [ fhir:v "99211" ] ] ) ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/EveAnyperson" ] ; fhir:display [ fhir:v "Eve Anyperson" ] ] ; # fhir:participant ( [ fhir:individual [ fhir:link ; fhir:reference [ fhir:v "Practitioner/DrDavidAnydoc" ] ; fhir:display [ fhir:v "Dr. David Anydoc" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2020-10-01T17:00:14-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2020-10-01T18:00:14-05:00"^^xsd:dateTime ] ] ; # fhir:diagnosis ( [ fhir:condition [ fhir:link ; fhir:reference [ fhir:v "Condition/CEQ-Condition" ] ; fhir:display [ fhir:v "Cardiac Arrest" ] ] ] ) ; # fhir:location ( [ fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/Enc-location" ] ] ] ) . # # -------------------------------------------------------------------------------------