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

: Polaris AppState Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Basic",
  "id" : "example-polaris-appstate",
  "meta" : {
    "profile" : [
      "https://fhir.apps.health/StructureDefinition/polaris-appstate"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Application state for Avery Linwood - example property with string value 'example-property-value'.</div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.apps.health/StructureDefinition/app-state-string-value",
      "valueString" : "example-property-value"
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.apps.health/NamingSystem/mysampleapp-appstate-identifier",
      "value" : "APPSTATE-AVERY-EXAMPLE-001"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://fhir.apps.health/CodeSystem/mysampleapp-app-state",
        "code" : "example-property",
        "display" : "Example Property"
      }
    ],
    "text" : "Example Property"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier",
      "value" : "1234567890"
    },
    "display" : "Avery Linwood"
  }
}