HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AppointmentExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-my-appointment"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-my-appointment> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"AppointmentExample01\"> </a><a name=\"hcAppointmentExample01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Appointment "AppointmentExample01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-my-appointment.html\">预约本地化定义</a></p></div><p><b>identifier</b>: <code>http://example.org/sampleappointment-identifier</code>/123</p><p><b>status</b>: booked</p><p><b>serviceCategory</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (service-category#gp)</span></p><p><b>specialty</b>: General practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#394814009)</span></p><p><b>appointmentType</b>: A previously unscheduled walk-in visit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0276.html\">appointmentReason</a>#WALKIN)</span></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Clinical Review <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#413095006)</span></td></tr></table><p><b>description</b>: 预约CT结果就诊</p><p><b>minutesDuration</b>: 15</p><p><b>requestedPeriod</b>: 2016-06-02 --> 2016-06-09</p><p><b>slot</b>: <a href=\"Slot-SlotExample03.html\">Slot/SlotExample03</a></p><p><b>created</b>: 2024-04-02</p><p><b>note</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 刘康</a> " 刘"</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01: 赵勇</a> " 赵"</p><p><b>required</b>: true</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-LocationExample02.html\">Location/LocationExample02: 消化内科门诊</a> "消化内科一室"</p><p><b>required</b>: true</p><p><b>status</b>: accepted</p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/sampleappointment-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123" ]
] ) ; #
fhir:status [ fhir:v "booked"] ; #
fhir:serviceCategory ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "gp" ] ;
fhir:display [ fhir:v "General Practice" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:394814009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394814009" ] ;
fhir:display [ fhir:v "General practice" ] ] )
] ) ; #
fhir:appointmentType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WALKIN" ] ;
fhir:display [ fhir:v "A previously unscheduled walk-in visit" ] ] )
] ; #
fhir:reason ( [
fhir:concept [
( fhir:coding [
a sct:413095006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "413095006" ] ;
fhir:display [ fhir:v "Clinical Review" ] ] ) ]
] ) ; #
fhir:description [ fhir:v "预约CT结果就诊"] ; #
fhir:minutesDuration [ fhir:v "15"^^xsd:positiveInteger] ; #
fhir:requestedPeriod ( [
fhir:start [ fhir:v "2016-06-02"^^xsd:date ] ;
fhir:end [ fhir:v "2016-06-09"^^xsd:date ]
] ) ; #
fhir:slot ( [
fhir:reference [ fhir:v "Slot/SlotExample03" ]
] ) ; #
fhir:created [ fhir:v "2024-04-02"^^xsd:date] ; #
fhir:note ( [
fhir:text [ fhir:v "Further expand on the results of the MRI and determine the next actions that may be appropriate." ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]
] ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ] ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Location/LocationExample02" ] ;
fhir:display [ fhir:v "消化内科门诊" ] ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
fhir:status [ fhir:v "accepted" ]
] ) . #