FHIR IG analytics| Package | lt.hl7.fhir.prostate |
| Resource Type | Observation |
| Id | 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 prostate-psad-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: PSA Density
effective: 2024-01-20 10:00:00+0000
value: 0.18 ng/mL/cc (Details: UCUM codeng/mL.cm3 = 'ng/mL.cm3')
interpretation: Elevated density (>0.15 indicates risk)
note:
Calculated based on PSA of 9.0 ng/mL and Volume of 50 cc.
Lithuanian
Generated Narrative: Observation prostate-psad-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: PSA Density
effective: 2024-01-20 10:00:00+0000
value: 0.18 ng/mL/cc (Details: UCUM codeng/mL.cm3 = 'ng/mL.cm3')
interpretation: Elevated density (>0.15 indicates risk)
note:
Calculated based on PSA of 9.0 ng/mL and Volume of 50 cc.
{
"resourceType": "Observation",
"id": "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-01-20T10:00:00Z",
"valueQuantity": {
"value": 0.18,
"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"
}
],
"text": "Elevated density (>0.15 indicates risk)"
}
],
"note": [
{
"text": "Calculated based on PSA of 9.0 ng/mL and Volume of 50 cc."
}
]
}