FHIR IG analytics| Package | lt.hl7.fhir.base |
| Resource Type | Observation |
| Id | Observation-observation-breast-density-fatty-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-breast-density-fatty-example
Language: en
Profile: ObservationLt
status: Final
category: Exam
code: Breast consistency (observable entity)
effective: 2025-10-01 09:00:00+0000
performer: Practitioner Dr. Petras Kazlauskas(official)
value: Almost entirely fat
note:
Mammography shows predominantly fatty breast density.
bodySite: Breast
Lithuanian
Generated Narrative: Observation observation-breast-density-fatty-example
Language: en
Profile: ObservationLt
status: Final
category: Exam
code: Breast consistency (observable entity)
effective: 2025-10-01 09:00:00+0000
performer: Practitioner Dr. Petras Kazlauskas(official)
value: Almost entirely fat breast composition
note:
Mammography shows predominantly fatty breast density.
bodySite: Breast
{
"resourceType": "Observation",
"id": "observation-breast-density-fatty-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": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "733851004",
"display": "Breast consistency (observable entity)"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129716005"
}
]
},
"note": [
{
"text": "Mammography shows predominantly fatty breast density."
}
],
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast"
}
]
}
}