FHIR IG analytics| Package | lt.hl7.fhir.prostate |
| Resource Type | Observation |
| Id | Observation-observation-prostate-volume-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-volume-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: Prostate Volume
effective: 2024-05-27 10:00:00+0000
value: 45 mL (Details: UCUM codemL = 'mL')
Lithuanian
Generated Narrative: Observation observation-prostate-volume-example
Language: en
Profile: ObservationLt
status: Final
category: Laboratory
code: Prostate Volume
effective: 2024-05-27 10:00:00+0000
value: 45 mL (Details: UCUM codemL = 'mL')
{
"resourceType": "Observation",
"id": "observation-prostate-volume-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": "15315-5",
"display": "Prostate Volume by derived by planimetry (US)"
}
],
"text": "Prostate Volume"
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2024-05-27T10:00:00Z",
"valueQuantity": {
"value": 45,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}