This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@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 "example"] ; #
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=\"example\"> </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 "example" </p></div><p><b>status</b>: proposed</p><p><b>serviceCategory</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-category.html\">Service category</a>#17)</span></p><p><b>serviceType</b>: General Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-service-type.html\">Service type</a>#124)</span></p><p><b>specialty</b>: General practice (specialty) <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 follow up visit from a previous appointment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0276.html\">appointmentReason</a>#FOLLOWUP)</span></p><p><b>reasonReference</b>: <a href=\"http://example.org/fhir/Condition/example\">http://example.org/fhir/Condition/example: Heart problem</a></p><p><b>priority</b>: 5</p><p><b>description</b>: Discussion on the results of your recent MRI</p><p><b>start</b>: Dec 10, 2013, 9:00:00 AM</p><p><b>end</b>: Dec 10, 2013, 11:00:00 AM</p><p><b>created</b>: 2013-10-10</p><p><b>comment</b>: Further expand on the results of the MRI and determine the next actions that may be appropriate.</p><p><b>basedOn</b>: <a href=\"ServiceRequest-example.html\">ServiceRequest/example</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-example.html\">Patient/example: Amy Baxter</a> " SHAW"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: attender <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ParticipationType.html\">ParticipationType</a>#ATND)</span></p><p><b>actor</b>: <a href=\"Practitioner-example.html\">Practitioner/example: Dr Adam Careful</a> " CAREFUL"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-example.html\">Location/example: South Wing, second floor</a> "South Wing, second floor"</p><p><b>required</b>: required</p><p><b>status</b>: accepted</p></blockquote><p><b>requestedPeriod</b>: 2020-11-01 --> 2020-12-15</p></div>"
] ; #
fhir:status [ fhir:v "proposed"] ; #
fhir:serviceCategory ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ] ] )
] ) ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "124" ] ;
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 (specialty)" ] ] )
] ) ; #
fhir:appointmentType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FOLLOWUP" ] ;
fhir:display [ fhir:v "A follow up visit from a previous appointment" ] ] )
] ; #
fhir:reasonReference ( [
fhir:link <http://example.org/fhir/Condition/example> ;
fhir:reference [ fhir:v "http://example.org/fhir/Condition/example" ] ;
fhir:display [ fhir:v "Heart problem" ]
] ) ; #
fhir:priority [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:description [ fhir:v "Discussion on the results of your recent MRI"] ; #
fhir:start [ fhir:v "2013-12-10T09:00:00Z"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2013-12-10T11:00:00Z"^^xsd:dateTime] ; #
fhir:created [ fhir:v "2013-10-10"^^xsd:date] ; #
fhir:comment [ fhir:v "Further expand on the results of the MRI and determine the next actions that may be appropriate."] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/example" ]
] ) ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy Baxter" ] ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
] [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ATND" ] ] ) ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/example" ] ;
fhir:display [ fhir:v "Dr Adam Careful" ] ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Location/example" ] ;
fhir:display [ fhir:v "South Wing, second floor" ] ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
] ) ; #
fhir:requestedPeriod ( [
fhir:start [ fhir:v "2020-11-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-12-15"^^xsd:date ]
] ) . #
IG © 2019+ HL7 International / Financial Management. Package hl7.fhir.us.davinci-crd#2.0.1 based on FHIR 4.0.1. Generated 2024-01-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change