Polaris FHIR Implementation Guide
1.9.4 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.9.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Avery April 8 Encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "enc-avery-20250408-01rc",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Annual wellness visit for Avery Linwood on April 8, 2025. Patient reported: new onset dizziness and fatigue. In-person assessment led to diagnosis of acute anemia and emergency intervention.</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier",
      "value" : "enc-avery-20250408-01rc"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "text" : "Annual checkup and new symptom investigation"
    }
  ],
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  },
  "period" : {
    "start" : "2025-04-08T09:00:00-06:00",
    "end" : "2025-04-08T09:45:00-06:00"
  },
  "reasonCode" : [
    {
      "text" : "Patient reports new onset dizziness and fatigue."
    }
  ],
  "serviceProvider" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
      "value" : "cedarbrook-clinic"
    },
    "display" : "Cedarbrook Family Health"
  }
}