FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | Appointment |
| Id | Appointment-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Appointment",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"serviceCategory": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003",
"display": "General medical practice"
}
]
}
],
"serviceType": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11429006",
"display": "Consultation"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185389009",
"display": "Follow-up visit"
}
]
},
"reasonReference": [
{
"reference": "Condition/1"
}
],
"description": "Discussion on the results of your recent Lab Test and further consultation",
"start": "2020-07-12T09:00:00Z",
"end": "2020-07-12T09:30:00Z",
"created": "2020-07-09T14:58:58.181+05:30",
"participant": [
{
"actor": {
"reference": "Patient/1"
},
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/1"
},
"status": "accepted"
}
]
}