Encounter Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-encounter |
|---|---|
| Status | draft · 1.26.0 |
| Base | Encounter (constraint) |
| Source | FSH · JSON |
Defines the Encounter resource constraints for the Nexus EMR project (CII), conforming to CA-Core+ requirements.
Examples
Avery April 8 · Avery June 12 Video
Avery June 12 Video
A virtual encounter, carrying class VR. The counterpart to the ambulatory example above, and the one that shows what the modality mapping produces. A video visit is not ambulatory, and since 1.26.0 the profile no longer requires it to claim it was.
Encounter/enc-avery-20250612-video — claims conformance to Encounter Profile
{
"resourceType": "Encounter",
"id": "enc-avery-20250612-video",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p>Video follow-up for Avery Linwood, 12 June 2025. Encounter class VR (virtual).</p></div>"
},
"identifier": [
{
"use": "secondary",
"system": "../NamingSystem/cedarbrook-clinic-encounter-raw-code",
"value": "enc-avery-20250612-video"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "VR",
"display": "virtual"
},
"type": [
{
"text": "Video follow-up on an existing problem"
}
],
"subject": {
"reference": "Patient/avery-linwood",
"display": "Avery Linwood"
},
"serviceProvider": {
"identifier": {
"system": "../NamingSystem/organization-identifier",
"value": "cedarbrook-clinic"
},
"display": "Cedarbrook Family Health"
},
"period": {
"start": "2025-06-12T14:00:00-04:00",
"end": "2025-06-12T14:18:00-04:00"
}
}