FHIR IG analytics| Package | lt.hl7.fhir.prostate |
| Resource Type | Observation |
| Id | Observation-observation-prostate-psad-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-psad-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: PSA Density
effective: 2024-05-27 10:00:00+0000
value: 0.35 ng/mL/cc (Details: UCUM codeng/mL.cm3 = 'ng/mL.cm3')
interpretation: High
note:
Elevated PSA density.
Lithuanian
Generated Narrative: Observation observation-prostate-psad-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: PSA Density
effective: 2024-05-27 10:00:00+0000
value: 0.35 ng/mL/cc (Details: UCUM codeng/mL.cm3 = 'ng/mL.cm3')
interpretation: High
note:
Elevated PSA density.
{
"resourceType": "Observation",
"id": "observation-prostate-psad-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/observation-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "15325-4",
"display": "Prostate specific Ag/Prostate volume calculated"
}
],
"text": "PSA Density"
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2024-05-27T10:00:00Z",
"valueQuantity": {
"value": 0.35,
"unit": "ng/mL/cc",
"system": "http://unitsofmeasure.org",
"code": "ng/mL.cm3"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"note": [
{
"text": "Elevated PSA density."
}
]
}