Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Appointment ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2021-06-03T01:58:04.313+05:30"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile"^^xsd:anyURI ;
fhir:link <https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><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\">Last updated: 2021-06-03 01:58:04+0530</p><p style=\"margin-bottom: 0px\">Profile: <code>https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-appointment-profile</code></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Proposed</p><p><b>serviceType</b>: <span title=\"Codes:{https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html 184}\">Casual Consult</span></p><p><b>description</b>: Casual Consult</p><p><b>start</b>: 2024-04-12 09:00:00+0530</p><p><b>end</b>: 2024-04-12 09:15:00+0530</p><p><b>minutesDuration</b>: 15</p><p><b>slot</b>: <a href=\"Slot/1268356\">Slot/1268356</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/v3/ParticipationType PPRF}\">primary performer</span></p><p><b>actor</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-Example1.html\">Location WC</a></p><p><b>status</b>: Tentative</p></blockquote><blockquote><p><b>participant</b></p><p><b>type</b>: <span title=\"Codes:{https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS Resource}\">Resource</span></p><p><b>actor</b>: <a href=\"Location-RES-Example.html\">Location Exam Room 1</a></p><p><b>status</b>: Tentative</p></blockquote></div>"
] ; #
fhir:status [
fhir:v "proposed" ;
( fhir:extension [
fhir:url [ fhir:v "https://mydata.athenahealth.com/r4/fhir/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/appointmentstatus_cps"^^xsd:anyURI ] ;
fhir:code [ fhir:v "proposed" ] ;
fhir:display [ fhir:v "Proposed" ] ] ] )
] ; #
fhir:serviceType ( [
( fhir:coding [
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/CodeSystem/athena-appointment-service-type.html"^^xsd:anyURI ] ;
fhir:code [ fhir:v "184" ] ;
fhir:display [ fhir:v "Casual Consult" ] ] ) ;
fhir:text [ fhir:v "Casual Consult" ]
] ) ; #
fhir:description [ fhir:v "Casual Consult"] ; #
fhir:start [ fhir:v "2024-04-12T09:00:00.000+05:30"^^xsd:dateTime] ; #
fhir:end [ fhir:v "2024-04-12T09:15:00.000+05:30"^^xsd:dateTime] ; #
fhir:minutesDuration [ fhir:v "15"^^xsd:positiveInteger] ; #
fhir:slot ( [
fhir:reference [ fhir:v "Slot/1268356" ]
] ) ; #
fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/Example1" ] ] ;
fhir:status [ fhir:v "tentative" ]
] [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PPRF" ] ;
fhir:display [ fhir:v "primary performer" ] ] ) ;
fhir:text [ fhir:v "primary performer" ] ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/Example1" ] ] ;
fhir:status [ fhir:v "tentative" ]
] [
fhir:actor [
fhir:reference [ fhir:v "Location/Example1" ] ] ;
fhir:status [ fhir:v "tentative" ]
] [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://mydata.athenahealth.com/fhir/athenaFlex/codesystem/PARTICIPANTTYPECPS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Resource" ] ;
fhir:display [ fhir:v "Resource" ] ] ) ;
fhir:text [ fhir:v "Resource" ] ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Location/RES-Example" ] ] ;
fhir:status [ fhir:v "tentative" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report