FHIR IG analytics| Package | fhir.argonaut.scheduling |
| Resource Type | Appointment |
| Id | Appointment-proposed-appt2b-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: proposed-appt2b-1
meta:
status: proposed
serviceType: Office Call (Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'consult' = 'CONSULTATION', given as 'CONSULTATION'})
specialty: Dermatology (Details : {SNOMED CT code '394582007' = 'Dermatology (qualifier value)', given as 'Dermatology'})
appointmentType: Routine (Details : {http://hl7.org/fhir/v2/0276 code 'ROUTINE' = 'Routine appointment - default if not valued)
start: 17/07/2017 12:45:00 AM
end: 17/07/2017 1:00:00 AM
participant
actor: Dr Y. Generated Summary: id: dr-y; 9941339108, 25456; Y
required: required
status: needs-action
participant
actor: Napa Office
required: required
status: needs-action
requestedPeriod: 16/07/2017 6:00:00 AM --> 18/08/2017 6:00:00 AM
{
"resourceType": "Appointment",
"id": "proposed-appt2b-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "proposed",
"serviceType": [
{
"coding": [
{
"system": "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
"code": "consult",
"display": "CONSULTATION"
}
],
"text": "Office Call"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394582007",
"display": "Dermatology"
}
],
"text": "Dermatology"
}
],
"appointmentType": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0276",
"code": "ROUTINE"
}
],
"text": "Routine"
},
"start": "2017-07-17T00:45:00Z",
"end": "2017-07-17T01:00:00Z",
"participant": [
{
"actor": {
"reference": "Practitioner/dr-y",
"display": "Dr Y"
},
"required": "required",
"status": "needs-action"
},
{
"actor": {
"display": "Napa Office"
},
"required": "required",
"status": "needs-action"
}
],
"requestedPeriod": [
{
"start": "2017-07-15T20:00:00Z",
"end": "2017-08-17T20:00:00Z"
}
]
}