FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.breast
Resource TypeProcedure
IdProcedure-procedure-palpation-mass-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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)

subject: Janette Petrauskaite(official) Female, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

encounter: Encounter: status = completed; class = ambulatory; type = Screening procedure; actualPeriod = 2025-09-22 10:00:00+0000 --> 2025-09-22 11:00:00+0000

occurrence: 2023-08-01 10:20:00+0000

Performers

-FunctionActor
*Healthcare professionalPractitionerRole 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)

subject: Janette Petrauskaite(official) Female, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

encounter: Encounter: status = completed; class = ambulatory; type = Screening procedure; actualPeriod = 2025-09-22 10:00:00+0000 --> 2025-09-22 11:00:00+0000

occurrence: 2023-08-01 10:20:00+0000

Performers

-FunctionActor
*Healthcare professionalPractitionerRole Healthcare professional

bodySite: Breast structure (body structure)


Source1

{
  "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)"
        }
      ]
    }
  ]
}