FHIR IG analytics| Package | hl7.fhir.us.pacio-toc.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-BSJ-PCPFollowUp.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest BSJ-PCPFollowUp
status: Active
intent: Order
category: Evaluation procedure (procedure)
priority: Routine
code: Follow-up visit (procedure)
occurrence: 2024-05-28
authoredOn: 2024-05-18
requester: PractitionerRole Geriatric Medicine (Family Medicine) Physician
{
"resourceType": "ServiceRequest",
"id": "BSJ-PCPFollowUp",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386053000",
"display": "Evaluation procedure (procedure)"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185389009",
"display": "Follow-up visit (procedure)"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"occurrenceDateTime": "2024-05-28",
"authoredOn": "2024-05-18",
"requester": {
"reference": "PractitionerRole/Role-SNFDoc-GeraldPark"
}
}