FHIR IG analytics| Package | fhir.argonaut.scheduling |
| Resource Type | Schedule |
| Id | Schedule-arg-s-6.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: arg-s-6
active: true
serviceType: WELL CHILD (Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'well-child' = 'WELL CHILD', given as 'WELL CHILD'})
specialty: Family practice (Details : {SNOMED CT code '419772000' = 'Family practice (qualifier value)', given as 'Family practice'})
actor: Dr. Y. Generated Summary: id: dr-y; 9941339108, 25456; Y
planningHorizon: 07/08/2017 12:00:00 AM --> 07/08/2017 12:00:00 AM
comment: two week schedule for Dr. Y
{
"resourceType": "Schedule",
"id": "arg-s-6",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"serviceType": [
{
"coding": [
{
"system": "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
"code": "well-child",
"display": "WELL CHILD"
}
],
"text": "WELL CHILD"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice"
}
]
}
],
"actor": [
{
"reference": "Practitioner/dr-y",
"display": "Dr. Y"
}
],
"planningHorizon": {
"start": "2017-08-07",
"end": "2017-08-07"
},
"comment": "two week schedule for Dr. Y"
}