FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Observation |
| Id | Observation-observation-breast-skin-formation-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-skin-formation-example
Language: en
Profile: Breast Observation Finding
status: Final
code: Breast observable
effective: 2024-06-15 10:00:00+0300
value: Mass of skin
bodyStructure: BodyStructure
Generated Narrative: BodyStructure #bodystructure-multisite-example
Profile: Breast Body Structure
includedStructure
structure: Upper outer quadrant of breast
laterality: Left
includedStructure
structure: Lower outer quadrant of breast
laterality: Right
Lithuanian
Generated Narrative: Observation observation-breast-skin-formation-example
Language: en
Profile: Breast Observation Finding
status: Final
code: Breast observable
effective: 2024-06-15 10:00:00+0300
value: Mass of skin
bodyStructure: BodyStructure
Generated Narrative: BodyStructure #bodystructure-multisite-example
Profile: Breast Body Structure
includedStructure
structure: Upper outer quadrant of breast
laterality: Left
includedStructure
structure: Lower outer quadrant of breast
laterality: Right
{
"resourceType": "Observation",
"id": "observation-breast-skin-formation-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": "bodystructure-multisite-example",
"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": "7771000",
"display": "Left"
}
]
}
},
{
"structure": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "33564002",
"display": "Lower 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",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "297960002",
"display": "Mass of skin"
}
]
},
"bodyStructure": {
"reference": "#bodystructure-multisite-example"
}
}