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

FHIR IG analytics

Packagelt.hl7.fhir.prostate
Resource TypeEncounter
IdEncounter-example-encounter2.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: Encounter example-encounter2

Language: en

Profile: LT Base Encounter

status: Completed

class: ambulatory

type: Screening procedure

ServiceTypes

-Concept
*Palpation (procedure)

subject: Patient/example

serviceProvider: Organization Breast Clinic

Participants

-TypeActor
*attenderPractitioner Registrar

actualPeriod: 2025-09-22 10:00:00+0000 --> 2025-09-22 11:00:00+0000


Lithuanian


Generated Narrative: Encounter example-encounter2

Language: en

Profile: LT Base Encounter

status: Completed

class: ambulatory

type: Screening procedure

ServiceTypes

-Concept
*Palpation (procedure)

subject: Patient/example

serviceProvider: Organization Breast Clinic

Participants

-TypeActor
*attenderPractitioner Registrar

actualPeriod: 2025-09-22 10:00:00+0000 --> 2025-09-22 11:00:00+0000


Source1

{
  "resourceType": "Encounter",
  "id": "example-encounter2",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/lt-encounter"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "class": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "AMB"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "20135006",
          "display": "Screening procedure"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "concept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "113011001",
            "display": "Palpation (procedure)"
          }
        ]
      }
    }
  ],
  "subject": {
    "reference": "Patient/example"
  },
  "serviceProvider": {
    "reference": "Organization/example-organization"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/example-practitioner"
      }
    }
  ],
  "actualPeriod": {
    "start": "2025-09-22T10:00:00Z",
    "end": "2025-09-22T11:00:00Z"
  }
}