@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "NextFollowupEncounterExample05"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-followup-encounter"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

status: planned

class: 随访

serviceType: 网络

subject: 张三. Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25

Participants

-TypeIndividual
*author (originator)赵勇. Generated Summary: 赵勇; gender: male

period: 2021-5-27 12:30:02 --> (ongoing)

serviceProvider: 爱民路社区服务中心. Generated Summary: active; name: 爱民路社区服务中心

" ]; fhir:Encounter.status [ fhir:value "planned"]; fhir:Encounter.class [ fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ]; fhir:Coding.code [ fhir:value "HH" ]; fhir:Coding.display [ fhir:value "随访" ] ]; fhir:Encounter.serviceType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207" ]; fhir:Coding.code [ fhir:value "5" ]; fhir:Coding.display [ fhir:value "网络" ] ] ]; fhir:Encounter.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ]; fhir:Reference.display [ fhir:value "张三" ] ]; fhir:Encounter.participant [ fhir:index 0; fhir:Encounter.participant.type [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ]; fhir:Coding.code [ fhir:value "AUT" ] ] ]; fhir:Encounter.participant.individual [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/PractitionerExample01" ]; fhir:Reference.display [ fhir:value "赵勇" ] ] ]; fhir:Encounter.period [ fhir:Period.start [ fhir:value "2021-05-27T12:30:02+08:00"^^xsd:dateTime ] ]; fhir:Encounter.serviceProvider [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/OrganizationExample02" ]; fhir:Reference.display [ fhir:value "爱民路社区服务中心" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------