Polaris FHIR Implementation Guide
1.9.5 - ci-build

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

: john-smith-alberta - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "john-smith-alberta",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>John Smith, 45-year-old male patient from Alberta with PHN 123456789</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.apps.health/NamingSystem/telus-health-chr-patient-identifier",
      "value" : "PAT-2025-001"
    },
    {
      "use" : "official",
      "system" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-ab-patient-healthcare-id",
      "value" : "123456789"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "John",
        "Robert"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1979-03-15",
  "address" : [
    {
      "line" : [
        "123 Main Street"
      ],
      "city" : "Calgary",
      "state" : "AB",
      "postalCode" : "T2P 1J9",
      "country" : "CA"
    }
  ],
  "managingOrganization" : {
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/organization-identifier",
      "value" : "telus-health-chr"
    }
  }
}