FHIR IG analytics| Package | lt.hl7.fhir.breast |
| Resource Type | Procedure |
| Id | Procedure-procedure-palpation-mass-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Procedure procedure-palpation-mass-example
Language: en
Profile: ProcedureLt
status: Completed
statusReason: Palpable mass (finding)
code: Palpation (procedure)
occurrence: 2023-08-01 10:20:00+0000
| Function | Actor |
| Healthcare professional | PractitionerRole Healthcare professional |
bodySite: Breast structure (body structure)
Lithuanian
Generated Narrative: Procedure procedure-palpation-mass-example
Language: en
Profile: ProcedureLt
status: Completed
statusReason: Palpable mass (finding)
code: Palpation (procedure)
occurrence: 2023-08-01 10:20:00+0000
| Function | Actor |
| Healthcare professional | PractitionerRole Healthcare professional |
bodySite: Breast structure (body structure)
{
"resourceType": "Procedure",
"id": "procedure-palpation-mass-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/procedure-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "443607001",
"display": "Palpable mass (finding)"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "113011001",
"display": "Palpation (procedure)"
}
]
},
"subject": {
"reference": "Patient/example-patient-female"
},
"encounter": {
"reference": "Encounter/encounter-first-visit-example"
},
"occurrenceDateTime": "2023-08-01T10:20:00Z",
"performer": [
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "223366009",
"display": "Healthcare professional"
}
]
},
"actor": {
"reference": "PractitionerRole/example-practitioner-role"
}
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008",
"display": "Breast structure (body structure)"
}
]
}
]
}