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

Generated Narrative: Encounter

Resource Encounter "EncounterExample02"

Profile: 门诊就诊服务结构定义

identifier: urn:uuid:2.16.156.10011.1.10/12345

status: completed

class: 门诊 (ActCode#AMB)

ServiceTypes

-Concept
*骨科 (Service type#218)

subject: Patient/PatientExample01: 刘康 " 刘"

serviceProvider: Organization/HospitalExample01: 北大人民医院 "北大人民医院"

Participants

-TypeActor
*AUT (encounter-participant-type#AUT)Practitioner/PractitionerExample01: 赵勇 " 赵"

actualPeriod: 2021-05-07 12:30:02+0800 --> 2002-08-20 16:45:50+0800

reason

use: Health Concern (Encounter Reason Use#HC)

Values

-Reference
*Observation/VitalSignBPExample01

reason

use: Health Concern (Encounter Reason Use#HC)

Values

-Reference
*Observation/VitalSignWeightExample01

reason

use: Reason for Visit (Encounter Reason Use#RV)

Values

-Reference
*Condition/ConditionExample02

reason

use: Reason for Visit (Encounter Reason Use#RV)

Values

-Reference
*Condition/ConditionExample01

diagnosis

Conditions

-Reference
*Condition/DiagnosisExample02: 膝关节退行性病变
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:uuid:2.16.156.10011.1.10"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:class ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "门诊" ] ] ) ] ) ; # fhir:serviceType ( [ fhir:concept [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "218" ] ; fhir:display [ fhir:v "骨科" ] ] ) ] ] ) ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/PatientExample01" ] ; fhir:display [ fhir:v "刘康" ] ] ; # fhir:serviceProvider [ fhir:link ; fhir:reference [ fhir:v "Organization/HospitalExample01" ] ; fhir:display [ fhir:v "北大人民医院" ] ] ; # fhir:participant ( [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/encounter-participant-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "AUT" ] ] ) ] ) ; fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ; fhir:display [ fhir:v "赵勇" ] ] ] ) ; # fhir:actualPeriod [ fhir:start [ fhir:v "2021-05-07T12:30:02+08:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2002-08-20T16:45:50+08:00"^^xsd:dateTime ] ] ; # fhir:reason ( [ fhir:use ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/encounter-reason-use"^^xsd:anyURI ] ; fhir:code [ fhir:v "HC" ] ; fhir:display [ fhir:v "Health Concern" ] ] ) ] ) ; fhir:value ( [ fhir:reference [ fhir:link ; fhir:reference [ fhir:v "Observation/VitalSignBPExample01" ] ] ] ) ] [ fhir:use ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/encounter-reason-use"^^xsd:anyURI ] ; fhir:code [ fhir:v "HC" ] ; fhir:display [ fhir:v "Health Concern" ] ] ) ] ) ; fhir:value ( [ fhir:reference [ fhir:link ; fhir:reference [ fhir:v "Observation/VitalSignWeightExample01" ] ] ] ) ] [ fhir:use ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/encounter-reason-use"^^xsd:anyURI ] ; fhir:code [ fhir:v "RV" ] ; fhir:display [ fhir:v "Reason for Visit" ] ] ) ] ) ; fhir:value ( [ fhir:reference [ fhir:link ; fhir:reference [ fhir:v "Condition/ConditionExample02" ] ] ] ) ] [ fhir:use ( [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/encounter-reason-use"^^xsd:anyURI ] ; fhir:code [ fhir:v "RV" ] ; fhir:display [ fhir:v "Reason for Visit" ] ] ) ] ) ; fhir:value ( [ fhir:reference [ fhir:link ; fhir:reference [ fhir:v "Condition/ConditionExample01" ] ] ] ) ] ) ; # fhir:diagnosis ( [ fhir:condition ( [ fhir:reference [ fhir:link ; fhir:reference [ fhir:v "Condition/DiagnosisExample02" ] ; fhir:display [ fhir:v "膝关节退行性病变" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------