Skip to content

App State Profile

Canonical../StructureDefinition/nexus-emr-core-appstate
Statusactive · 1.26.0
BaseBasic (constraint)
SourceFSH · JSON

A profile for representing external application state in Nexus EMR.

Examples

AppState

Example application state record demonstrating Nexus EMR AppState profile

Basic/example-nexus-emr-appstate — claims conformance to App State Profile

{
  "resourceType": "Basic",
  "id": "example-nexus-emr-appstate",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-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>"
  },
  "code": {
    "coding": [
      {
        "system": "../CodeSystem/mysampleapp-app-state",
        "code": "example-property",
        "display": "Example Property"
      }
    ],
    "text": "Example Property"
  },
  "subject": {
    "reference": "Patient/avery-linwood",
    "type": "Patient",
    "display": "Avery Linwood"
  },
  "extension": [
    {
      "url": "../StructureDefinition/app-state-string-value",
      "valueString": "example-property-value"
    }
  ]
}