FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-pathology-prostate-order-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: ServiceRequest servicerequest-pathology-prostate-order-example
Language: en
Profile: ServiceRequest: Pathology Order (Lt)
identifier: http://hospital.lt/sid/document-number/ret-prostate-8841
status: Active
intent: Order
priority: Routine
| Concept |
| Screening for malignant neoplasm of prostate (procedure) |
occurrence: 2025-02-01 --> 2025-02-28
authoredOn: 2023-01-20 08:00:00+0200
requester: Practitioner Registrar
| Concept |
| Elevated PSA; rule out prostate cancer. |
| Screening for malignant neoplasm of prostate (procedure) |
note: By Urology clinic @2025-01-20 08:05:00+0200
Order prostate pathology work-up aligned with screening and diagnostic pathway.
Lithuanian
Generated Narrative: ServiceRequest servicerequest-pathology-prostate-order-example
Language: en
Profile: ServiceRequest: Pathology Order (Lt)
identifier: http://hospital.lt/sid/document-number/ret-prostate-8841
status: Active
intent: Order
priority: Routine
| Concept |
| Screening for malignant neoplasm of prostate (procedure) |
occurrence: 2025-02-01 --> 2025-02-28
authoredOn: 2023-01-20 08:00:00+0200
requester: Practitioner Registrar
| Concept |
| Elevated PSA; rule out prostate cancer. |
| Screening for malignant neoplasm of prostate (procedure) |
note: By Urology clinic @2025-01-20 08:05:00+0200
Order prostate pathology work-up aligned with screening and diagnostic pathway.
{
"resourceType": "ServiceRequest",
"id": "servicerequest-pathology-prostate-order-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/pathology-order-lt-lab"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.lt/sid/document-number",
"value": "ret-prostate-8841"
}
],
"status": "active",
"intent": "order",
"priority": "routine",
"code": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "444822002",
"display": "Screening for malignant neoplasm of prostate (procedure)"
}
]
}
},
"subject": {
"reference": "Patient/patient-example"
},
"occurrencePeriod": {
"start": "2025-02-01",
"end": "2025-02-28"
},
"authoredOn": "2023-01-20T08:00:00+02:00",
"requester": {
"reference": "Practitioner/practitioner-example"
},
"reason": [
{
"concept": {
"text": "Elevated PSA; rule out prostate cancer."
}
},
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "444822002",
"display": "Screening for malignant neoplasm of prostate (procedure)"
}
]
}
}
],
"note": [
{
"authorString": "Urology clinic",
"time": "2025-01-20T08:05:00+02:00",
"text": "Order prostate pathology work-up aligned with screening and diagnostic pathway."
}
]
}