FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-dental-referral-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-dental-referral-1
version: 9; Last updated: 2021-08-17 18:21:18+0000;
Information Source: #SNBbxDLfpSgMOlLL
Profile: Dental Service Request
identifier: URI/urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4
status: Active
intent: Plan
category: Evaluation and management of patient (procedure)
priority: ASAP
code: Patient referral for dental care (procedure)
subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))
requester: Practitioner John M
reasonReference:
{
"resourceType": "ServiceRequest",
"id": "example-dental-referral-1",
"meta": {
"versionId": "9",
"lastUpdated": "2021-08-17T18:21:18.760+00:00",
"source": "#SNBbxDLfpSgMOlLL",
"profile": [
"http://hl7.org/fhir/us/dental-data-exchange/dental-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uid:0c2aacfc-ce7d-4652-b9ea-7280ea21dec4"
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "14736009",
"display": "History and physical examination with evaluation and management of patient (procedure)"
}
],
"text": "Evaluation and management of patient (procedure)"
}
],
"priority": "asap",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "103697008",
"display": "Patient referral for dental care (procedure)"
}
],
"text": "Patient referral for dental care (procedure)"
},
"subject": {
"reference": "Patient/example-dental"
},
"requester": {
"reference": "Practitioner/practitioner-M"
},
"reasonReference": [
{
"reference": "Condition/toothache-example"
},
{
"reference": "Condition/LLQP-example"
},
{
"reference": "Condition/Bleeding-gums-example"
}
]
}