FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Observation |
| Id | Observation-observation-history-injury-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-injury-example
Language: en
Profile: Breast History Assessment
status: Final
code: History of breast problem (situation)
effective: 2022-09-10 00:00:00+0200
performer: Practitioner Registrar
value: History of injury (situation)
bodyStructure: BodyStructure
Lithuanian
Generated Narrative: Observation observation-history-injury-example
Language: en
Profile: Breast History Assessment
status: Final
code: History of breast problem (situation)
effective: 2022-09-10 00:00:00+0200
performer: Practitioner Registrar
value: History of injury (situation)
bodyStructure: BodyStructure
{
"resourceType": "Observation",
"id": "observation-history-injury-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": "2022-09-10T00:00:00+02:00",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "161586000",
"display": "History of injury (situation)"
}
]
},
"bodyStructure": {
"reference": "BodyStructure/breast-body-structure-right-uiq-example"
}
}