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 - XML Representation

Raw xml | Download


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