@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "FollowupEncounterExample05"]; 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

identifier: id: N1233456675

status: finished

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-7 12:30:02 --> 2002-8-20 16:45:50

Locations

-Location
*Generated Summary:

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

" ]; fhir:Encounter.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://example.com/bid/encounter" ]; fhir:Identifier.value [ fhir:value "N1233456675" ] ]; fhir:Encounter.status [ fhir:value "finished"]; 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 "2" ]; 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-07T12:30:02+08:00"^^xsd:dateTime ]; fhir:Period.end [ fhir:value "2002-08-20T16:45:50+08:00"^^xsd:dateTime ] ]; fhir:Encounter.location [ fhir:index 0; fhir:Encounter.location.location [ fhir:link ; fhir:Reference.reference [ fhir:value "Location/LocationExample01" ] ] ]; 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 . # -------------------------------------------------------------------------------------