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

FHIR IG analytics

Packageru.core
Resource TypeEncounter
IdEncounter-example-core-encounter-consultation-min.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

Generated Narrative: Encounter example-core-encounter-consultation-min

identifier: https://fhir.ru/ig/core/systems/encounter/ENC-2024-001

status: Completed

class: ambulatory

type: Consultation

subject: Иван Иванов Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)

serviceProvider: Organization ГБУЗ Городская поликлиника №1

Participants

-TypeActor
*attenderPractitionerRole Врач-терапевт участковый

Source1

{
  "resourceType": "Encounter",
  "id": "example-core-encounter-consultation-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/encounter",
      "value": "ENC-2024-001"
    }
  ],
  "status": "completed",
  "class": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "AMB",
          "display": "ambulatory"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/encounter-type",
          "code": "CONS",
          "display": "Consultation"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "serviceProvider": {
    "reference": "Organization/example-core-organization-polyclinic-min"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
      }
    }
  ]
}