BEHealthKit 1.11
A HealthKit plugin for Unity
Loading...
Searching...
No Matches
Public Attributes | Public Member Functions | List of all members
BeliefEngine.HealthKit.FHIRResource Class Reference

Wrapper around HKFHIRResource. More...

Detailed Description

An object containing Fast Healthcare Interoperability Resources (FHIR) data.

Public Attributes

string identifier
 
string resourceType
 
string sourceURL
 
XmlNode data
 

Public Member Functions

 FHIRResource (XmlNode node)
 The default constructor.
 

Constructor & Destructor Documentation

◆ FHIRResource()

BeliefEngine.HealthKit.FHIRResource.FHIRResource ( XmlNode node)
inline
Parameters
nodethe XmlNode to create this object from.

Member Data Documentation

◆ data

XmlNode BeliefEngine.HealthKit.FHIRResource.data

the full representation of this FHIR resource, converted from JSON to XML

◆ identifier

string BeliefEngine.HealthKit.FHIRResource.identifier

the value from the FHIR resource's id field

◆ resourceType

string BeliefEngine.HealthKit.FHIRResource.resourceType

the value from the FHIR resource's resourceType field

◆ sourceURL

string BeliefEngine.HealthKit.FHIRResource.sourceURL

the full URL for this FHIR resource