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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypeObservation
IdObservation-observation-prostate-gleason-gradegroup-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: Observation observation-prostate-gleason-gradegroup-example

status: Final

code: Gleason score (observable entity)

subject: Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))

focus: BodyStructure: morphology = Morphologically abnormal structure; description = MRI-visible anterior transition zone lesion (~32 mm), predominantly right-sided with extension across midline to the left (mid-gland).

effective: 2024-05-27 09:00:00+0000

value: ISUP Grade Group 1 (Gleason 3+3)

note:

Histopathology shows Gleason score 3+3. Patient managed with active surveillance.


Lithuanian


Generated Narrative: Observation observation-prostate-gleason-gradegroup-example

status: Final

code: Gleason score (observable entity)

subject: Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (use: usual, ))

focus: BodyStructure: morphology = Morphologically abnormal structure; description = MRI-visible anterior transition zone lesion (~32 mm), predominantly right-sided with extension across midline to the left (mid-gland).

effective: 2024-05-27 09:00:00+0000

value: ISUP Grade Group 1 (Gleason 3+3)

note:

Histopathology shows Gleason score 3+3. Patient managed with active surveillance.


Source1

{
  "resourceType": "Observation",
  "id": "observation-prostate-gleason-gradegroup-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/prostate/StructureDefinition/gleason-isup-observation-lt-prostate"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "372278000",
        "display": "Gleason score (observable entity)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "focus": [
    {
      "reference": "BodyStructure/bodyStructure-prostate-lesion1-example"
    }
  ],
  "effectiveDateTime": "2024-05-27T09:00:00Z",
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1279715000",
        "display": "ISUP Grade Group 1 (Gleason 3+3)"
      }
    ]
  },
  "note": [
    {
      "text": "Histopathology shows Gleason score 3+3. Patient managed with active surveillance."
    }
  ]
}