@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Appointment-book"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

URL: [base]/Appointment/[id]/$book

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INresource1..1Appointment

提交的预约资源。

\n
OUTreturn0..1Appointment

返回的已经预订成功的预约资源。

\n
OUTissues0..1OperationOutcome

如果预订失败,返回的异常信息。

\n
" ] ; # fhir:url [ fhir:v "http://hl7.org.cn/fhir/form/OperationDefinition/Appointment-book"^^xsd:anyURI] ; # fhir:version [ fhir:v "2024.5.5"] ; # fhir:name [ fhir:v "AppointmentBook"] ; # fhir:title [ fhir:v "预约"] ; # fhir:status [ fhir:v "draft"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2024-04-07"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7中国"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7中国" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org.cn" ] ] ) ] ) ; # fhir:description [ fhir:v "Book操作在新增预约资源的同时,会同步修正相应的Slot资源中的剩余号源数量。"] ; # fhir:code [ fhir:v "book"] ; # fhir:resource ( [ fhir:v "Appointment"] ) ; # fhir:system [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "false"^^xsd:boolean] ; # fhir:instance [ fhir:v "true"^^xsd:boolean] ; # fhir:parameter ( [ fhir:name [ fhir:v "resource" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "提交的预约资源。" ] ; fhir:type [ fhir:v "Appointment" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "返回的已经预订成功的预约资源。" ] ; fhir:type [ fhir:v "Appointment" ] ] [ fhir:name [ fhir:v "issues" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "如果预订失败,返回的异常信息。" ] ; fhir:type [ fhir:v "OperationOutcome" ] ] ) . # # -------------------------------------------------------------------------------------