FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Observation |
| Id | Observation-observation-breast-scar-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-scar-example
Language: en
Profile: Breast Observation Finding
status: Final
code: Breast observable
effective: 2024-06-15 10:00:00+0300
performer: Practitioner Registrar
value: Surgical scar finding
bodyStructure: BodyStructure
Generated Narrative: BodyStructure #breast-body-structure-right-upper-outer
Profile: Breast Body Structure
IncludedStructures
Structure Laterality Upper outer quadrant of breast Right
Lithuanian
Generated Narrative: Observation observation-breast-scar-example
Language: en
Profile: Breast Observation Finding
status: Final
code: Breast observable
effective: 2024-06-15 10:00:00+0300
performer: Practitioner Registrar
value: Surgical scar finding
bodyStructure: BodyStructure
Generated Narrative: BodyStructure #breast-body-structure-right-upper-outer
Profile: Breast Body Structure
IncludedStructures
Structure Laterality Upper outer quadrant of breast Right
{
"resourceType": "Observation",
"id": "observation-breast-scar-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/breast/StructureDefinition/breast-observation-finding-lt-breast"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "BodyStructure",
"id": "breast-body-structure-right-upper-outer",
"meta": {
"profile": [
"https://hl7.lt/fhir/breast/StructureDefinition/body-structure-lt-breast"
]
},
"includedStructure": [
{
"structure": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76365002",
"display": "Upper outer quadrant of breast"
}
]
},
"laterality": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24028007",
"display": "Right"
}
]
}
}
],
"patient": {
"reference": "Patient/example-patient-female"
}
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364370007",
"display": "Breast observable"
}
]
},
"subject": {
"reference": "Patient/example-patient-female"
},
"encounter": {
"reference": "Encounter/encounter-palpation-example"
},
"effectiveDateTime": "2024-06-15T10:00:00+03:00",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "442523003",
"display": "Surgical scar finding"
}
]
},
"bodyStructure": {
"reference": "#breast-body-structure-right-upper-outer"
}
}