FHIR IG analytics| Package | ru.core |
| Resource Type | Encounter |
| Id | Encounter-example-core-encounter-consultation-min.json |
| FHIR Version | R5 |
No resources found
No resources found
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
serviceProvider: Organization ГБУЗ Городская поликлиника №1
| Type | Actor |
| attender | PractitionerRole Врач-терапевт участковый |
{
"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"
}
}
]
}