@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Schedule ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ScheduleExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.cn/fhir/connectathon/StructureDefinition/profile-my-schedule"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://example.org/fhir/StructureDefinition/MySchedule"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Schedule ScheduleExample01

Profiles: 日程计划本地化定义, https://example.org/fhir/StructureDefinition/MySchedule

identifier: http://example.org/Myscheduleid/45 (use: usual, )

active: true

serviceCategory: 全科医学

ServiceTypes

-Concept
*消化内科

specialty: 消化内科

name: 消化内科普通号源表

actor:

planningHorizon: 2024-07-22 08:00:00+0000 --> 2024-07-28 20:00:00+0000

comment:

消化内科普通门诊2024年7月22日周出诊表

\n
"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:use [ fhir:v "usual" ] ; fhir:system [ fhir:v "http://example.org/Myscheduleid"^^xsd:anyURI ] ; fhir:value [ fhir:v "45" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:serviceCategory ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "17" ] ; 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 "480" ] ; fhir:display [ fhir:v "消化内科" ] ] ) ] ] ) ; # fhir:specialty ( [ fhir:coding ( [ a sct:394312002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "394312002" ] ; fhir:display [ fhir:v "消化内科" ] ] ) ] ) ; # fhir:name [ fhir:v "消化内科普通号源表"] ; # fhir:actor ( [ fhir:link ; fhir:reference [ fhir:v "Location/9" ] ; fhir:display [ fhir:v "消化内科门诊" ] ] [ fhir:link ; fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ; fhir:display [ fhir:v "赵勇" ] ] ) ; # fhir:planningHorizon [ fhir:start [ fhir:v "2024-07-22T08:00:00Z"^^xsd:dateTime ] ; fhir:end [ fhir:v "2024-07-28T20:00:00Z"^^xsd:dateTime ] ] ; # fhir:comment [ fhir:v "消化内科普通门诊2024年7月22日周出诊表"] . # # -------------------------------------------------------------------------------------