FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Observation |
| Id | Observation-observation-history-disease-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-history-disease-example
Language: en
Profile: Breast History Assessment
status: Final
code: History of breast problem (situation)
effective: 2024-01-15 00:00:00+0200
performer: Practitioner Registrar
value: No history of malignant tumor of breast
Lithuanian
Generated Narrative: Observation observation-history-disease-example
Language: en
Profile: Breast History Assessment
status: Final
code: History of breast problem (situation)
effective: 2024-01-15 00:00:00+0200
performer: Practitioner Registrar
value: No history of malignant tumor of breast
{
"resourceType": "Observation",
"id": "observation-history-disease-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/breast/StructureDefinition/breast-history-assessment-lt-breast"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "161797003",
"display": "History of breast problem (situation)"
}
]
},
"subject": {
"reference": "Patient/example-patient-female"
},
"encounter": {
"reference": "Encounter/encounter-palpation-example"
},
"effectiveDateTime": "2024-01-15T00:00:00+02:00",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "700146008",
"display": "No history of malignant tumor of breast"
}
]
}
}