FHIR IG analytics| Package | lt.hl7.fhir.prostate |
| Resource Type | Observation |
| Id | Observation-observation-prostate-gleason-gradegroup-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-prostate-gleason-gradegroup-example
Language: en
status: Final
code: Gleason score (observable entity)
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
Language: en
status: Final
code: Gleason score (observable entity)
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.
{
"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."
}
]
}