Skip to main content

Flag

Profile​

The Flag must conform to the Graphnet specific Flag profile.

Extensions​

The following Graphnet specific extensions are used for the Flag profile within the Graphnet solution.

  • Alert Sub Type, this extension carries an alert sub type code
  • Severity, this extension carries the severity of an alert
  • Comment, this extension carries a comment associated with an alert

Implemented Data Items​

The Graphnet FHIR Flag API currently supports a limited number of elements from the FHIR Flag resource.

The table below details where constraints are added. The FHIR API will not allow records to be stored containing restricted elements.

PathLevel of Support
Flag.identifierSystem & Value only
Flag.subject"Patient" only
Flag.encounterProhibited – not supported

Flag.identifier​

Multiple identifiers are accepted, though only the system and value components should be present.

"identifier": [
{
"system": "http://www.acme.com/health/Id",
"value": "dc6a8b58-1ca4-421c-8695-e2f592db30cb"
},
{
"system": "http://www.med.com/id",
"value": "32443-123/YH"
}
]