xCaliber healthCare Data Mesh

Patient

Overview

The Patient API allows creating, retrieving and updating electronic patient profiles and records. Healthcare developers can use it to build applications for maintaining complete, up-to-date patient data across multiple systems and care settings.

Use Cases

  • Patient Registration - Create and manage patient identities, demographics, contacts, affiliations.
  • Health Records - Build aggregated longitudinal health records from multiple data sources.
  • Portal Access - Enable patient access to health records through patient portals.
  • Identity Management - Maintain authoritative master patient index and identity provider integration.
  • Population Health - Manage attributed patient populations for care coordination programs.
  • Clinical Decision Support - Incorporate patient data into point-of-care alerts and reminders.
  • Reporting & Analytics - Generate insights on patient cohorts related to access, outcomes, utilization etc.
  • Interoperability - Exchange patient data between systems to create unified views.
  • Research Data - Collect comprehensive patient data for clinical trials and medical research.

EHR Data Model

EHRSupported?Mapped Source Object
AthenaPatient, Privacy Information Verification
ElationPatient
EpicPatient Identifier, Patient

Object Definition

{
  "resourceType": "Patient",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<table>\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Name</td>\n\t\t\t\t\t\t<td>Peter James \n              <b>Chalmers</b> (&quot;Jim&quot;)\n            </td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Address</td>\n\t\t\t\t\t\t<td>534 Erewhon, Pleasantville, Vic, 3999</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Contacts</td>\n\t\t\t\t\t\t<td>Home: unknown. Work: (03) 5555 6473</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Id</td>\n\t\t\t\t\t\t<td>MRN: 12345 (Acme Healthcare)</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:1.2.36.146.595.217.0.1",
      "value": "12345",
      "period": {
        "start": "2001-05-06"
      },
      "assigner": {
        "display": "Acme Healthcare"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Chalmers",
      "given": [
        "Peter",
        "James"
      ]
    },
    {
      "use": "usual",
      "given": [
        "Jim"
      ]
    },
    {
      "use": "maiden",
      "family": "Windsor",
      "given": [
        "Peter",
        "James"
      ],
      "period": {
        "end": "2002"
      }
    }
  ],
  "telecom": [
    {
      "use": "home"
    },
    {
      "system": "phone",
      "value": "(03) 5555 6473",
      "use": "work",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "(03) 3410 5613",
      "use": "mobile",
      "rank": 2
    },
    {
      "system": "phone",
      "value": "(03) 5555 8834",
      "use": "old",
      "period": {
        "end": "2014"
      }
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "1974-12-25T14:35:45-05:00"
      }
    ]
  },
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "type": "both",
      "text": "534 Erewhon St PeasantVille, Rainbow, Vic  3999",
      "line": [
        "534 Erewhon St"
      ],
      "city": "PleasantVille",
      "district": "Rainbow",
      "state": "Vic",
      "postalCode": "3999",
      "period": {
        "start": "1974-12-25"
      }
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N"
            }
          ]
        }
      ],
      "name": {
        "family": "du Marché",
        "_family": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
              "valueString": "VV"
            }
          ]
        },
        "given": [
          "Bénédicte"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+33 (237) 998327"
        }
      ],
      "address": {
        "use": "home",
        "type": "both",
        "line": [
          "534 Erewhon St"
        ],
        "city": "PleasantVille",
        "district": "Rainbow",
        "state": "Vic",
        "postalCode": "3999",
        "period": {
          "start": "1974-12-25"
        }
      },
      "gender": "female",
      "period": {
        "start": "2012"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1"
  },
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Data Fields

Data FieldTypeDescription
resourceTypePatientThis is a Patient resource
ididThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
metaMetaThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
implicitRulesuriA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
languagecodeThe base language in which the resource is written.
textNarrativeA human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
containedBackboneElementThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
extensionExtensionMay be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
identifierIdentifierAn identifier for this patient.
activebooleanWhether this patient record is in active use. Many systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules. It is often used to filter patient lists to exclude inactive patients Deceased patients may also be marked as inactive for the same reasons, but may be active for some time after death.
nameHumanNameA name associated with the individual.
telecomContactPointA contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.
gendercodeAdministrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.
birthDatedateThe date of birth for the individual.
deceasedBooleanbooleanIndicates if the individual is deceased or not.
deceasedDateTimestringIndicates if the individual is deceased or not.
addressAddressAn address for the individual.
maritalStatusCodeableConceptThis field contains a patient's most recent marital (civil) status.
multipleBirthBooleanbooleanIndicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).
multipleBirthIntegernumberIndicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).
photoAttachmentImage of the patient.
contactBackboneElementA contact party (e.g. guardian, partner, friend) for the patient.
contact.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
contact.extensionExtensionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
contact.modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
contact.relationshipCodeableConceptThe nature of the relationship between the patient and the contact person.
contact.nameHumanNameA name associated with the contact person.
contact.telecomContactPointA contact detail for the person, e.g. a telephone number or an email address.
contact.addressAddressAddress for the contact person.
contact.gendercodeAdministrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.
contact.organizationReferenceOrganization on behalf of which the contact is acting or for which the contact is working.
contact.periodPeriodThe period during which this contact person or organization is valid to be contacted relating to this patient.
communicationBackboneElementA language which may be used to communicate with the patient about his or her health.
communication.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
communication.extensionExtensionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
communication.modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
communication.languageCodeableConceptThe ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. "en" for English, or "en-US" for American English versus "en-EN" for England English.
communication.preferredbooleanIndicates whether or not the patient prefers this language (over other languages he masters up a certain level).
generalPractitionerReferencePatient's nominated care provider.
managingOrganizationReferenceOrganization that is the custodian of the patient record.
linkBackboneElementLink to another patient resource that concerns the same actual patient.
link.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
link.extensionExtensionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
link.modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
link.otherReferenceThe other patient resource that the link refers to.
link.typecodeThe type of link between this patient resource and another patient resource.

Extensions

NameURL
ACTUAL_NAMEhttp://xcaliber-fhir/structureDefinition/actual-name
SEXhttp://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
ETHNICITYhttp://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
RACEhttp://hl7.org/fhir/us/core/StructureDefinition/us-core-race
LEGAL_GENDER_MARKERhttp://xcaliber-fhir/structureDefinition/gender-marker
PRONOUNShttp://xcaliber-fhir/structureDefinition/pronouns
PREFERRED_LANGUAGEhttp://xcaliber-fhir/structureDefinition/language
SEXUAL_ORIENTATIONhttp://xcaliber-fhir/structureDefinition/sexual-orientation
CREATED_DATEhttp://xcaliber-fhir/structureDefinition/created-date
DELETED_DATEhttp://xcaliber-fhir/structureDefinition/deleted-date
CONSENTShttp://xcaliber-fhir/structureDefinition/consents
NOTEShttp://xcaliber-fhir/structureDefinition/notes
VIPhttp://xcaliber-fhir/structureDefinition/vip
MASTER_PATIENThttp://xcaliber-fhir/structureDefinition/master-patient
PRIMARY_CARE_PROVIDERhttp://xcaliber-fhir/structureDefinition/provider
XCALIBER_ELATION_EXTENSIONhttp://xcaliber-fhir/structureDefinition/elation-patient
AGRICULTURALWORKERTYPEhttp://xcaliber-fhir/structureDefinition/agricultural-worker-type
ASSIGNEDSEXATBIRTHhttp://xcaliber-fhir/structureDefinition/assigned-sex-at-birth
CARESUMMARYDELIVERYPREFERENCEhttp://xcaliber-fhir/structureDefinition/care-summary-delivery-preference
CONSENTTOCALLhttp://xcaliber-fhir/structureDefinition/consent-to-call
CONSENTTOTEXThttp://xcaliber-fhir/structureDefinition/consent-to-text
CONTACTPREFERENCEhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference
CONTACTPREFERENCE_ANNOUNCEMENT_PHONEhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-announcement-phone
CONTACTPREFERENCE_ANNOUNCEMENT_SMShttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-announcement-sms
CONTACTPREFERENCE_ANNOUNCEMENT_EMAILhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-announcement-email
CONTACTPREFERENCE_APPOINTMENT_PHONEhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-appointment-phone
CONTACTPREFERENCE_APPOINTMENT_SMShttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-appointment-sms
CONTACTPREFERENCE_APPOINTMENT_EMAILhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-appointment-email
CONTACTPREFERENCE_BILLING_PHONEhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-billing-phone
CONTACTPREFERENCE_BILLING_SMShttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-billing-sms
CONTACTPREFERENCE_BILLING_EMAILhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-billing-email
CONTACTPREFERENCE_LAB_PHONEhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-lab-phone
CONTACTPREFERENCE_LAB_SMShttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-lab-sms
CONTACTPREFERENCE_LAB_EMAILhttp://xcaliber-fhir/structureDefinition/telecom/contactpreference-lab-email
COUNTRYCODEhttp://xcaliber-fhir/structureDefinition/country-code
DEFAULTPHARMACYNCPDPIDhttp://xcaliber-fhir/structureDefinition/default-pharmacy-ncpdp-id
DEPARTMENTIDhttp://xcaliber-fhir/structureDefinition/department-id
DRIVERSLICENSENUMBERhttp://xcaliber-fhir/structureDefinition/drivers-license-number
DRIVERSLICENSEEXPIRATIONDATEhttp://xcaliber-fhir/structureDefinition/drivers-license-expiration-date
DRIVERSLICENSESTATEIDhttp://xcaliber-fhir/structureDefinition/drivers-license-state-id
EMPLOYERIDhttp://xcaliber-fhir/structureDefinition/employer-id
EMPLOYERPHONEhttp://xcaliber-fhir/structureDefinition/employer-phone
ETHNICITYCODEShttp://xcaliber-fhir/structureDefinition/ethnicity-codes
GENDERIDENTITYhttp://xcaliber-fhir/structureDefinition/gender-identity
GENDERIDENTITYOTHERhttp://xcaliber-fhir/structureDefinition/gender-identity-other
GUARANTORADDRESSSAMEASPATIENThttp://xcaliber-fhir/structureDefinition/guarantor-address-same-as-patient
GUARANTORDETAILShttp://xcaliber-fhir/structureDefinition/guarantor-details
GUARDIANNAMEhttp://xcaliber-fhir/structureDefinition/guardian-name
GUARANTORADDRESS1http://xcaliber-fhir/structureDefinition/guarantor-address1
GUARANTORADDRESS2http://xcaliber-fhir/structureDefinition/guarantor-address2
GUARANTORCITYhttp://xcaliber-fhir/structureDefinition/guarantor-city
GUARANTOREMPLOYERIDhttp://xcaliber-fhir/structureDefinition/guarantor-employer-id
GUARANTORSTATEhttp://xcaliber-fhir/structureDefinition/guarantor-state
GUARANTORZIPhttp://xcaliber-fhir/structureDefinition/guarantor-zip
GUARANTORCOUNTRYCODE3166http://xcaliber-fhir/structureDefinition/guarantor-country-code3166
GUARANTORLASTNAMEhttp://xcaliber-fhir/structureDefinition/guarantor-last-name
GUARANTORFIRSTNAMEhttp://xcaliber-fhir/structureDefinition/guarantor-first-name
GUARANTORMIDDLENAMEhttp://xcaliber-fhir/structureDefinition/guarantor-middle-name
GUARANTORSUFFIXhttp://xcaliber-fhir/structureDefinition/guarantor-suffix
GUARANTORDOBhttp://xcaliber-fhir/structureDefinition/guarantor-dob
GUARANTOREMAILhttp://xcaliber-fhir/structureDefinition/guarantor-email
GUARANTORPHONEhttp://xcaliber-fhir/structureDefinition/guarantor-phone
GUARANTORSSNhttp://xcaliber-fhir/structureDefinition/guarantor-ssn
GUARANTORRELATIONSHIPTOPATIENThttp://xcaliber-fhir/structureDefinition/guarantor-relationship-to-patient
GUARDIANLASTNAMEhttp://xcaliber-fhir/structureDefinition/guardian-last-name
GUARDIANFIRSTNAMEhttp://xcaliber-fhir/structureDefinition/guardian-first-name
GUARDIANMIDDLENAMEhttp://xcaliber-fhir/structureDefinition/guardian-middle-name
GUARDIANSUFFIXhttp://xcaliber-fhir/structureDefinition/guardian-suffix
HASMOBILEYNhttp://xcaliber-fhir/structureDefinition/has-mobile-yn
HOMEBOUNDYNhttp://xcaliber-fhir/structureDefinition/home-bound-yn
HOMELESShttp://xcaliber-fhir/structureDefinition/homeless
HOMELESSTYPEhttp://xcaliber-fhir/structureDefinition/homeless-type
IGNORERESTRICTIONShttp://xcaliber-fhir/structureDefinition/ignore-restrictions
INDUSTRYCODEhttp://xcaliber-fhir/structureDefinition/industry-code
LANGUAGE6392CODEhttp://xcaliber-fhir/structureDefinition/language-6392-code
MOBILECARRIERIDhttp://xcaliber-fhir/structureDefinition/mobile-carrier-id
NEXTKINNAMEhttp://xcaliber-fhir/structureDefinition/next-kin-name
NEXTKINPHONEhttp://xcaliber-fhir/structureDefinition/next-kin-phone
NEXTKINRELATIONSHIPhttp://xcaliber-fhir/structureDefinition/next-kin-relationship
OCCUPATIONCODEhttp://xcaliber-fhir/structureDefinition/occupation-code
ONLINESTATEMENTONLYYNhttp://xcaliber-fhir/structureDefinition/online-statement-only-yn
PORTALACCESSGIVENhttp://xcaliber-fhir/structureDefinition/portal-access-given
POVERTYLEVELCALCULATEDhttp://xcaliber-fhir/structureDefinition/poverty-level-calculated
POVERTYLEVELFAMILYSIZEhttp://xcaliber-fhir/structureDefinition/poverty-level-family-size
POVERTYLEVELINCOMEPAYPERIODhttp://xcaliber-fhir/structureDefinition/poverty-level-income-pay-period
POVERTYLEVELINCOMEPERPAYPERIODhttp://xcaliber-fhir/structureDefinition/poverty-level-income-per-pay-period
POVERTYLEVELFAMILYSIZEDECLINEDhttp://xcaliber-fhir/structureDefinition/poverty-level-family-size-declined
POVERTYLEVELINCOMEDECLINEDhttp://xcaliber-fhir/structureDefinition/poverty-level-income-declined
POVERTYLEVELINCOMERANGEDECLINEDhttp://xcaliber-fhir/structureDefinition/poverty-level-income-range-declined
PREFERREDPRONOUNShttp://xcaliber-fhir/structureDefinition/preferred-pronouns
PRIMARYDEPARTMENTIDhttp://xcaliber-fhir/structureDefinition/primary-department-id
PUBLICHOUSINGhttp://xcaliber-fhir/structureDefinition/public-housing
REFERRALSOURCEIDhttp://xcaliber-fhir/structureDefinition/referral-source-id
REFERRALSOURCEOTHERhttp://xcaliber-fhir/structureDefinition/referral-source-other
SCHOOLBASEDHEALTHCENTERhttp://xcaliber-fhir/structureDefinition/school-based-health-center
SEXUALORIENTATIONhttp://xcaliber-fhir/structureDefinition/sexual-orientation
SEXUALORIENTATIONOTHERhttp://xcaliber-fhir/structureDefinition/sexual-orientation-other
SSNhttp://xcaliber-fhir/structureDefinition/ssn
STATUShttp://xcaliber-fhir/structureDefinition/status
VETERANhttp://xcaliber-fhir/structureDefinition/veteran
TAGShttp://xcaliber-fhir/structureDefinition/tags
TAGhttp://xcaliber-fhir/structureDefinition/tag
PREFERENCEhttp://xcaliber-fhir/structureDefinition/preference
PREFERRED_PHARMACYhttp://xcaliber-fhir/structureDefinition/preferred-pharmacy
CAREGIVER_PRACTICEhttp://xcaliber-fhir/structureDefinition/practice
MERGED_INTO_CHARThttp://xcaliber-fhir/structureDefinition/merged
MODIFIED_DATEhttp://xcaliber-fhir/structureDefinition/modified-date
AGRICULTURALWORKERhttp://xcaliber-fhir/structureDefinition/agricultural-worker
LEGALSEXhttp://xcaliber-fhir/structureDefinition/legal-sex
CLINICALORDERTYPEGROUPIDhttp://xcaliber-fhir/structureDefinition/clinical-order-type-group-id
DONOTCALLYNhttp://xcaliber-fhir/structureDefinition/do-not-call-yn
ALTFIRSTNAMEhttp://xcaliber-fhir/structureDefinition/alt-first-name
PREFERREDNAMEhttp://xcaliber-fhir/structureDefinition/preferred-name
ALLPATIENTSTATUSEShttp://xcaliber-fhir/structureDefinition/all-patient-statuses
LOCALPATIENTIDhttp://xcaliber-fhir/structureDefinition/local-patient-id
PREVIOUSPATIENTIDShttp://xcaliber-fhir/structureDefinition/previous-patient-ids
REGISTRATIONDATEhttp://xcaliber-fhir/structureDefinition/registration-date
CHARTALERTLASTMODIFIEDhttp://xcaliber-fhir/structureDefinition/chart-alert-last-modified
CHARTALERTLASTMODIFIEDBYhttp://xcaliber-fhir/structureDefinition/chart-alert-last-modified-by
CHARTALERTNOTETEXThttp://xcaliber-fhir/structureDefinition/chart-alert-note-text
PATIENTSTATUSNOTEShttp://xcaliber-fhir/structureDefinition/patient-status-notes
PATIENTINACTIVEREASONhttp://xcaliber-fhir/structureDefinition/patient-inactive-reason
PATIENTLASTSTATUSCHANGEhttp://xcaliber-fhir/structureDefinition/patient-last-status-change
PATIENTSTATUShttp://xcaliber-fhir/structureDefinition/patient-status
PATIENTPREFERREDSERVICELOCATIONhttp://xcaliber-fhir/structureDefinition/patient-preferred-service-location

Operations & APIs

Patient-GET

Patient-POST

Patient ID-GET

Patient ID-PUT

Patient ID-DELETE

Patient Export-POST