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-adc-score-lesion1-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


Lithuanian


Generated Narrative: Observation observation-prostate-adc-score-lesion1-example

Language: en

Profile: Observation: MRI Sequence Score

status: Final

code: Apparent Diffusion Coefficient

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

encounter: Encounter: status = completed; class = ambulatory; type = Screening procedure; actualPeriod = 2025-09-22 10:00:00+0000 --> 2025-09-22 11:00:00+0000

effective: 2024-05-27 10:30:00+0000

value: 5

note:

Low ADC corresponding to restricted diffusion (ADC score 5).


Source1

{
  "resourceType": "Observation",
  "id": "observation-prostate-adc-score-lesion1-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/prostate/StructureDefinition/sequence-score-lt-prostate"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "113041",
        "display": "Apparent Diffusion Coefficient"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-male-example"
  },
  "focus": [
    {
      "reference": "BodyStructure/bodyStructure-prostate-lesion1-example"
    }
  ],
  "encounter": {
    "reference": "Encounter/encounter-prostate-diagnostic-example"
  },
  "effectiveDateTime": "2024-05-27T10:30:00Z",
  "valueInteger": 5,
  "note": [
    {
      "text": "Low ADC corresponding to restricted diffusion (ADC score 5)."
    }
  ]
}