FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.lab
Resource TypeServiceRequest
IdServiceRequest-servicerequest-pathology-prostate-order-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: ServiceRequest servicerequest-pathology-prostate-order-example

identifier: http://hospital.lt/sid/document-number/ret-prostate-8841

status: Active

intent: Order

priority: Routine

Codes

-Concept
*Screening for malignant neoplasm of prostate (procedure)

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

occurrence: 2025-02-01 --> 2025-02-28

authoredOn: 2023-01-20 08:00:00+0200

requester: Practitioner Registrar

Reasons

-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

identifier: http://hospital.lt/sid/document-number/ret-prostate-8841

status: Active

intent: Order

priority: Routine

Codes

-Concept
*Screening for malignant neoplasm of prostate (procedure)

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

occurrence: 2025-02-01 --> 2025-02-28

authoredOn: 2023-01-20 08:00:00+0200

requester: Practitioner Registrar

Reasons

-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.


Source1

{
  "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."
    }
  ]
}