Experience FHIR®
Easily test and implement FHIR® APIs. Accelerate your interoperability journey.
FHIR®, or Fast Healthcare Interoperability Resources, provides a lightweight REST-based access layer for standard HL7-defined data models.
If you're looking for more than specs, get in touch with us our FHIR® experts for implementation support.
- Patient
- Claim Response
- Cost Sharing
- Coverage
- Encounter
- Care Gaps
- Allergy Intolerance
- Medical Administration
Patient
The FHIR® Patient Resource defines demographic and administrative information of patients receiving care at a healthcare organization. It acts as a starting point for multiple client application workflows. Workflows often begin with patient query and selection, and the server ID runs additional queries for diagnostic and care-related information.
The Patient Resource contains data elements such as patient name, business identifiers (e.g. member ID), date of birth, and address. The read interaction accesses Patient Resource by a constant server ID. The read interaction allows client to store the server ID and retrieve latest patient demographics with a single request.
Claim Response
The Claim Response API summarizes where a claim stands within a payer’s adjudication cycle along with details of services received. It delivers results of claim adjudication submitted by provider / member for a set of products and services provided / received against the patient's insurance cover, for which payment is intended to be made.
It contains information about products and services received and adjudicated amount. Details include claim, encounter, coverage, patient, practitioner and organization resources to retrieve information on submitted claim, insurance coverage, visit-related information, products and services received, and billing provider information.
The API’s search interaction enables the client to look for latest submitted claim status. The client, having established the patient in question, now wishes to retrieve the details of member's latest claim status. CitiusTech’s sandbox supports search based on business identifiers of claims and members.
Cost Sharing
The Cost Sharing API enables member to access their current out-of-pocket and deductible information for a coverage period. It provides cost sharing (copay, co-insurance, deductible) information, and total amount paid for each cost sharing mechanism in the request coverage period.
It contains explanation of benefit, coverage, organization and patient FHIR® resources to retrieve member’s current out-of-pocket and deductible Information along with benefits availed, insurance coverage health plan details.
The search interaction enables the client to query for cost sharing details for a given member. The client, having established the patient in question, now wishes to retrieve the details of member's cost sharing information. CitiusTech’s sandbox supports search based on business identifier of member.
Coverage
The Coverage API provides broad identifiers and descriptors of an insurance plan (information on an insurance card) which may be used to pay, in part or in whole, for the provision of health care products and services.
Coverage API also shares information on whether an individual or organization besides the insurer is responsible for part payment of the health care costs. It contains coverage, organization and patient FHIR® resources to retrieve member’s existing benefits provided by health plan.
The search interaction enables the client to query for broad health plan benefits for a given member. The client, having established the patient in question, now wishes to retrieve the details of member's insurance coverage details. CitiusTech sandbox supports search based on business identifier of member.
Encounter
Member’s Encounter details with capitated providers OR Encounter API retrieves list of interactions between a patient and healthcare providers for the purpose of providing healthcare services or assessing the health status of a patient. it encompasses the lifecycle from pre-admission, the actual encounter (for ambulatory encounters), and admission, stay and discharge (for inpatient encounters).
Encounter API contains encounter, practitioner, organization, condition, procedure, episode-of-care resources for retrieving visit-related information such name of provider, diagnosis associated with encounter and services provided.
The search interaction enables the client to query for list of encounters for a given member. The client, having established the patient in question, now wishes to retrieve the list of encounters. Currently CitiusTech’s sandbox supports search based on business identifier of member.
Care Gaps
Care Gap API allows sharing lists of open care-gaps of members with attributed providers responsible for closing the gaps to ensure NCQA compliance. It retrieves information on open gaps-in-care along with impacted HEDIS hybrid measures.
The API contains measure report, measure composition, practitioner, organization, and patient FHIR® resources for retrieving open care-gaps related information such as name of open care-gap, gap expiry date and associated impacted HEDIS measure.
The search interaction enables the client to query for list of open care gaps for a given member. The client, having established the patient in question, now wishes to retrieve the list of open care gaps. Currently CitiusTech’s sandbox supports search based on business identifier of member.
Allergy Intolerance
The Allergy Intolerance API retrieves clinical information about a patient's allergic response to a substance. The Allergy Intolerance resource defines the substance that elicited the response, as well as when the reaction occurred, severity, and the type of reaction.
The API contains Allergy Intolerance and patient FHIR® resources for retrieving list of allergies information or evidence around a reaction event characterized by any harmful or undesirable physiological response that is specific to the individual and triggered by exposure to the identified substance or class of substances.
The search interaction enables the client to query for all allergies associated with a given patient's medical history. The client, having established the patient in question, now wishes to retrieve the list of that patient's allergies. Currently CitiusTech’s sandbox supports search based patient identifiers.
Medical Administration
The Medication Administration API notifies drug intake to track the member’s medication adherence. This API retrieves data of list of self-administered drugs by the member along with intake status.
Medication Administration API contains encounter and patient FHIR® resources for retrieving list of medications and evidences around medication intake status.
The search interaction enables the client to query for medications and status of intake associated with a given patient. The client, having established the patient in question, now wishes to retrieve the list of that patient's medication and their intake status. Currently CitiusTech’s sandbox supports search based on business identifier of patient.
-
If you're looking for more than specs,
get in touch with us our FHIR® experts for implementation support.
Experience CitiusTech’s FAST+ Suite of FHIR® Accelerators, Solutions & Tools
- Home
- Platforms
- Experience FHIR®
{
"resourceType": "Bundle",
"id": "67c4cbf9-cc13-4bcb-9400-d75e97268ebc",
"meta": {
"lastUpdated": "2020-07-07T13:46:13.269+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/Patient?identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Patient/9202680150",
"resource": {
"resourceType": "Patient",
"id": "9202680150",
"meta": {
"lastUpdated": "2020-03-11T00:00:00.000+00:00"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NIIP",
"display": "National Insurance Payor Identifier"
}
],
"text": "National Insurance Payor Identifier"
},
"value": "9202680150"
}
],
"name": [
{
"family": "Johnson",
"given": [
"Amy Johnson"
]
}
],
"gender": "female",
"birthDate": "1956-01-01",
"address": [
{
"line": [
"8224 Green Blvd Apt F Palmdale"
],
"city": "Palmdale",
"state": "California",
"postalCode": "93552",
"country": "United States"
}
]
}
}
]
}
{
"resourceType": "Bundle",
"id": "5886f908-4b21-4fdc-8f30-726e873d3f2a",
"meta": {
"lastUpdated": "2020-07-06T08:04:52.590+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/ClaimResponse?patient.identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/ClaimResponse/998",
"resource": {
"resourceType": "ClaimResponse",
"id": "998",
"meta": {
"lastUpdated": "2020-05-16T00:00:00.000+00:00"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "Professional",
"display": "Professional"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/9202680150"
},
"created": "2020-02-15T00:00:00+00:00",
"insurer": {
"reference": "Organization/1"
},
"request": {
"reference": "Claim/115"
},
"outcome": "complete",
"item": [
{
"itemSequence": 1,
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Submittedamount",
"display": "Submittedamount"
}
]
},
"amount": {
"value": 5000.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Copay",
"display": "Copay"
}
]
},
"amount": {
"value": 10.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Eligible",
"display": "Eligible"
}
]
},
"amount": {
"value": 4740.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "deductible",
"display": "deductible"
}
]
},
"amount": {
"value": 250.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "unallocdeduct",
"display": "unallocdeduct"
}
]
},
"amount": {
"value": 10.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "EligiblePercentAmount",
"display": "EligiblePercentAmount"
}
]
},
"amount": {
"value": 3584.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "TaxAmount",
"display": "TaxAmount"
}
]
},
"amount": {
"value": 71.68,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Benefit Amount",
"display": "Benefit Amount"
}
]
},
"amount": {
"value": 3676.96,
"currency": "Dollar"
}
}
]
}
],
"total": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Submittedamount",
"display": "Submittedamount"
}
]
},
"amount": {
"value": 5000.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Copay",
"display": "Copay"
}
]
},
"amount": {
"value": 10.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Eligible",
"display": "Eligible"
}
]
},
"amount": {
"value": 4740.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "deductible",
"display": "deductible"
}
]
},
"amount": {
"value": 250.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "unallocdeduct",
"display": "unallocdeduct"
}
]
},
"amount": {
"value": 10.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "EligiblePercentAmount",
"display": "EligiblePercentAmount"
}
]
},
"amount": {
"value": 3584.0,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "TaxAmount",
"display": "TaxAmount"
}
]
},
"amount": {
"value": 71.68,
"currency": "Dollar"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "Benefit Amount",
"display": "Benefit Amount"
}
]
},
"amount": {
"value": 3676.96,
"currency": "Dollar"
}
}
],
"payment": {
"id": "9202680150",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-paymenttype",
"code": "Complete",
"display": "Complete"
}
]
},
"adjustment": {
"value": 676.96,
"currency": "Dollar"
},
"adjustmentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/payment-adjustment-reason",
"code": "a002",
"display": "Prior OverPayment"
}
]
},
"amount": {
"value": 3000.0,
"currency": "Dollar"
}
}
}
}
]
}
{
"resourceType": "Bundle",
"id": "c39e7446-e01e-43e2-97c7-6a4a8d96d3da",
"meta": {
"lastUpdated": "2020-07-07T13:55:56.630+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/ExplanationOfBenefit?patient.identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/ExplanationOfBenefit/16",
"resource": {
"resourceType": "ExplanationOfBenefit",
"id": "16",
"meta": {
"lastUpdated": "2020-05-11T00:00:00.000+00:00"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "Institutional ",
"display": "Institutional "
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/9202680150"
},
"created": "2020-01-16T00:00:00+00:00",
"insurer": {
"reference": "Organization/1"
},
"provider": {
"reference": "Practitioner/289"
},
"facility": {
"reference": "Organization/1"
},
"outcome": "complete",
"insurance": [
{
"coverage": {
"reference": "Coverage/1"
}
}
],
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "Submittedamount",
"display": "Submittedamount"
}
]
},
"amount": {
"value": 5000.0
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "Copay",
"display": "Copay"
}
]
},
"amount": {
"value": 10.0
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "Eligible",
"display": "Eligible"
}
]
},
"amount": {
"value": 4740.0
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "deductible",
"display": "deductible"
}
]
},
"amount": {
"value": 250.0
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "unallocdeduct",
"display": "unallocdeduct"
}
]
},
"amount": {
"value": 10.0
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "EligiblePercentAmount",
"display": "EligiblePercentAmount"
}
]
},
"amount": {
"value": 3584.0
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "TaxAmount",
"display": "TaxAmount"
}
]
},
"amount": {
"value": 71.68000030517578
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship",
"code": "Benefit Amount",
"display": "Benefit Amount"
}
]
},
"amount": {
"value": 3676.9599609375
}
}
],
"payment": {
"id": "432",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-paymenttype",
"code": "Complete",
"display": "Complete"
}
]
},
"adjustment": {
"value": 10.0
},
"amount": {
"value": 3666
}
},
"benefitBalance": [
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Surgical",
"display": "Surgical"
}
]
},
"allowedString": "2500",
"usedMoney": {
"value": 500.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Diagnostic Lab",
"display": "Diagnostic Lab"
}
]
},
"allowedString": "700",
"usedMoney": {
"value": 300.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Vision Coverage",
"display": "Vision Coverage"
}
]
},
"allowedString": "700",
"usedMoney": {
"value": 300.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Consultation",
"display": "Consultation"
}
]
},
"allowedString": "1000",
"usedMoney": {
"value": 300.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Hearing Coverage",
"display": "Hearing Coverage"
}
]
},
"allowedString": "700",
"usedMoney": {
"value": 300.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Diagnostic XRay",
"display": "Diagnostic XRay"
}
]
},
"allowedString": "700",
"usedMoney": {
"value": 300.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Medical Coverage",
"display": "Medical Coverage"
}
]
},
"allowedString": "700",
"usedMoney": {
"value": 300.0
}
}
]
},
{
"financial": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/benefit-type",
"code": "Dental Coverage",
"display": "Dental Coverage"
}
]
},
"allowedString": "700",
"usedMoney": {
"value": 300.0
}
}
]
}
]
}
}
]
}
{
"resourceType": "Bundle",
"id": "1fef744b-178d-4893-9ef7-5b6f99027f19",
"meta": {
"lastUpdated": "2020-07-07T14:05:58.007+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/Coverage?patient.identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Coverage/9202680150",
"resource": {
"resourceType": "Coverage",
"id": "9202680150",
"meta": {
"lastUpdated": "2020-01-03T00:00:00.000+00:00"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
"code": "pay",
"display": "pay"
}
]
},
"policyHolder": {
"reference": "Patient/9202680150"
},
"subscriber": {
"reference": "Patient/9202680150"
},
"beneficiary": {
"reference": "Patient/9202680150"
},
"relationship": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship",
"code": "Self",
"display": "Self"
}
]
},
"period": {
"start": "2020-01-01T00:00:00+00:00",
"end": "2020-12-30T00:00:00+00:00"
},
"payor": [
{
"reference": "Organization/1"
}
],
"class": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-class",
"code": "Plan",
"display": "Plan"
}
]
},
"value": "Medicaid HMO",
"name": "Medicaid HMO"
}
],
"network": "in-network",
"costToBeneficiary": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "copay",
"display": "copay"
}
]
},
"valueMoney": {
"value": 20.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "copaypct",
"display": "copaypct"
}
]
},
"valueMoney": {
"value": 10.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "deductible",
"display": "deductible"
}
]
},
"valueMoney": {
"value": 1000.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "emergency",
"display": "emergency"
}
]
},
"valueMoney": {
"value": 5000.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "gpvisit",
"display": "gpvisit"
}
]
},
"valueMoney": {
"value": 1000.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "inpthosp",
"display": "inpthosp"
}
]
},
"valueMoney": {
"value": 5000.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "maxoutofpocket",
"display": "maxoutofpocket"
}
]
},
"valueMoney": {
"value": 1500.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type",
"code": "sp visit",
"display": "sp visit"
}
]
},
"valueMoney": {
"value": 1000.0
},
"exception": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception",
"code": "foster"
}
]
},
"period": {
"start": "2020-11-02T00:00:00+00:00",
"end": "2021-05-10T00:00:00+00:00"
}
}
]
}
]
}
}
]
}
{
"resourceType": "Bundle",
"id": "724266a8-6d0e-441c-a888-ed3d18f34b33",
"meta": {
"lastUpdated": "2020-07-07T14:12:47.636+00:00"
},
"type": "searchset",
"total": 5,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/Encounter?patient.identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Encounter/920082210315",
"resource": {
"resourceType": "Encounter",
"id": "920082210315",
"meta": {
"lastUpdated": "2020-05-10T00:00:00.000+00:00"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
]
},
"subject": {
"reference": "Patient/9202680150"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/20"
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/4"
}
},
{
"individual": {
"reference": "PractitionerRole/67"
}
}
],
"period": {
"start": "2020-03-06T00:00:00+00:00",
"end": "2020-03-06T00:00:00+00:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/727"
}
},
{
"condition": {
"reference": "Procedure/4"
}
}
],
"serviceProvider": {
"reference": "Organization/1"
}
}
},
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Encounter/920082210318",
"resource": {
"resourceType": "Encounter",
"id": "920082210318",
"meta": {
"lastUpdated": "2020-05-13T00:00:00.000+00:00"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
]
},
"subject": {
"reference": "Patient/9202680150"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/627"
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/2"
}
},
{
"individual": {
"reference": "PractitionerRole/392"
}
}
],
"period": {
"start": "2020-03-06T00:00:00+00:00",
"end": "2020-03-06T00:00:00+00:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/735"
}
},
{
"condition": {
"reference": "Procedure/2"
}
}
],
"serviceProvider": {
"reference": "Organization/1"
}
}
},
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Encounter/920082210316",
"resource": {
"resourceType": "Encounter",
"id": "920082210316",
"meta": {
"lastUpdated": "2020-05-11T00:00:00.000+00:00"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
]
},
"subject": {
"reference": "Patient/9202680150"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/293"
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/4"
}
},
{
"individual": {
"reference": "PractitionerRole/516"
}
}
],
"period": {
"start": "2020-01-23T00:00:00+00:00",
"end": "2020-01-23T00:00:00+00:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/552"
}
},
{
"condition": {
"reference": "Procedure/4"
}
}
],
"serviceProvider": {
"reference": "Organization/1"
}
}
},
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Encounter/920082210317",
"resource": {
"resourceType": "Encounter",
"id": "920082210317",
"meta": {
"lastUpdated": "2020-05-12T00:00:00.000+00:00"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
]
},
"subject": {
"reference": "Patient/9202680150"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/557"
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/3"
}
},
{
"individual": {
"reference": "PractitionerRole/392"
}
}
],
"period": {
"start": "2020-02-16T00:00:00+00:00",
"end": "2020-02-16T00:00:00+00:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/82"
}
},
{
"condition": {
"reference": "Procedure/3"
}
}
],
"serviceProvider": {
"reference": "Organization/1"
}
}
},
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/Encounter/920082010311",
"resource": {
"resourceType": "Encounter",
"id": "920082010311",
"meta": {
"lastUpdated": "2020-05-15T00:00:00.000+00:00"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"serviceType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "142",
"display": "Psychology"
}
]
},
"subject": {
"reference": "Patient/9202680150"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/277"
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/1"
}
},
{
"individual": {
"reference": "PractitionerRole/544"
}
}
],
"period": {
"start": "2020-03-21T00:00:00+00:00",
"end": "2020-03-21T00:00:00+00:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/988"
}
},
{
"condition": {
"reference": "Procedure/1"
}
}
],
"serviceProvider": {
"reference": "Organization/1"
}
}
}
]
}
{
"resourceType": "Bundle",
"type": "document",
"entry": [
{
"resource": {
"resourceType": "Composition",
"status": "final",
"type": {
"text": "http://hl7.org/fhir/ValueSet/doc-typecodes"
},
"subject": {
"reference": "Patient/9202680150"
},
"date": "2020-07-07T14:08:00+00:00",
"author": [
{
"reference": "Organization/1"
}
],
"title": "Care gap",
"section": [
{
"title": "Blood Pressure reading",
"entry": [
{
"reference": "MeasureReport/277"
}
],
"section": [
{
"title": "Blood Pressure reading was not documented"
}
]
},
{
"title": "Blood Pressure reading",
"entry": [
{
"reference": "MeasureReport/278"
}
],
"section": [
{
"title": "Blood Pressure reading was not documented"
}
]
},
{
"title": "HbA1c test",
"entry": [
{
"reference": "MeasureReport/279"
}
],
"section": [
{
"title": "HbA1c Test was not documented"
}
]
},
{
"title": "BMI Value",
"entry": [
{
"reference": "MeasureReport/280"
}
],
"section": [
{
"title": "BMI value is missing"
}
]
}
]
}
},
{
"resource": {
"resourceType": "MeasureReport",
"id": "277",
"status": "complete",
"type": "subject-list",
"measure": "SubMeasure/120.0",
"subject": {
"reference": "Patient/9202680150"
},
"period": {
"start": "2020-01-01T00:00:00+00:00",
"end": "2020-12-31T00:00:00+00:00"
}
}
},
{
"resource": {
"resourceType": "MeasureReport",
"id": "278",
"status": "complete",
"type": "subject-list",
"measure": "SubMeasure/115.0",
"subject": {
"reference": "Patient/9202680150"
},
"period": {
"start": "2020-01-01T00:00:00+00:00",
"end": "2020-12-31T00:00:00+00:00"
}
}
},
{
"resource": {
"resourceType": "MeasureReport",
"id": "279",
"status": "complete",
"type": "subject-list",
"measure": "SubMeasure/167.0",
"subject": {
"reference": "Patient/9202680150"
},
"period": {
"start": "2020-01-01T00:00:00+00:00",
"end": "2020-12-31T00:00:00+00:00"
}
}
},
{
"resource": {
"resourceType": "MeasureReport",
"id": "280",
"status": "complete",
"type": "subject-list",
"measure": "SubMeasure/122.0",
"subject": {
"reference": "Patient/9202680150"
},
"period": {
"start": "2020-01-01T00:00:00+00:00",
"end": "2020-12-31T00:00:00+00:00"
}
}
},
{
"resource": {
"resourceType": "Measure",
"id": "120.0",
"title": "Comprehensive Diabetic Care",
"subtitle": "BP < 140/90 mm/Hg",
"status": "active",
"subjectReference": {
"reference": "Patient/9202680150"
}
}
},
{
"resource": {
"resourceType": "Measure",
"id": "115.0",
"title": "CBP: Controlling High Blood pressure",
"subtitle": "Controlling High Blood Pressure <140/90mm Hg",
"status": "active",
"subjectReference": {
"reference": "Patient/9202680150"
}
}
},
{
"resource": {
"resourceType": "Measure",
"id": "167.0",
"title": "CDC: Comprehensive Diabetic Care",
"subtitle": "HbA1C testing",
"status": "active",
"subjectReference": {
"reference": "Patient/9202680150"
}
}
},
{
"resource": {
"resourceType": "Measure",
"id": "122.0",
"title": "ABA: Adult BMI Assessment ",
"subtitle": "Adult BMI Assessment for patients 18-74 years of age",
"status": "active",
"subjectReference": {
"reference": "Patient/9202680150"
}
}
},
{
"resource": {
"resourceType": "Patient",
"id": "9202680150",
"meta": {
"lastUpdated": "2020-03-11T00:00:00.000+00:00"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NIIP",
"display": "National Insurance Payor Identifier"
}
],
"text": "National Insurance Payor Identifier"
},
"value": "9202680150"
}
],
"name": [
{
"family": "Johnson",
"given": [
"Amy Johnson"
]
}
],
"gender": "female",
"birthDate": "1956-01-01",
"address": [
{
"line": [
"8224 Green Blvd Apt F Palmdale"
],
"city": "Palmdale",
"state": "California",
"postalCode": "93552",
"country": "United States"
}
]
}
}
]
}
{
"resourceType": "Bundle",
"id": "87f747e3-1472-4e45-81f4-4f364ea741cb",
"meta": {
"lastUpdated": "2020-07-07T14:17:42.665+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/AllergyIntolerance?patient.identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/AllergyIntolerance/1",
"resource": {
"resourceType": "AllergyIntolerance",
"id": "1",
"meta": {
"lastUpdated": "2020-03-17T00:00:00.000+00:00"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "Active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "confirmed",
"display": "confirmed"
}
]
},
"type": "allergy",
"category": [
"environment"
],
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "232348003",
"display": "Feather allergy"
}
]
},
"patient": {
"reference": "Patient/9202680150"
},
"onsetDateTime": "2016-03-20T00:00:00+00:00",
"recordedDate": "2016-03-20T00:00:00+00:00",
"lastOccurrence": "2016-03-20T00:00:00+00:00",
"reaction": [
{
"substance": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1273007",
"display": "Feather"
}
]
},
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "2919008",
"display": "Nausea, vomiting and diarrhea"
}
]
}
],
"description": "Severe nausea, vomiting & diarhhea",
"onset": "2020-03-04T00:00:00+00:00",
"severity": "mild",
"exposureRoute": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "46713006",
"display": "Nasal"
}
]
}
}
]
}
}
]
}
{
"resourceType": "Bundle",
"id": "cd9cbb33-d81f-413c-a51c-bbd9ec5672d4",
"meta": {
"lastUpdated": "2020-07-07T14:15:21.475+00:00"
},
"type": "searchset",
"total": 1,
"link": [
{
"relation": "self",
"url": "https://fhirmsi.citiustech.com/r4/MedicationAdministration?patient.identifier=9202680150"
}
],
"entry": [
{
"fullUrl": "https://fhirmsi.citiustech.com/r4/MedicationAdministration/MA_102",
"resource": {
"resourceType": "MedicationAdministration",
"id": "MA_102",
"meta": {
"lastUpdated": "2020-03-17T00:00:00.000+00:00"
},
"status": "InProgress",
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-admin-category",
"code": "OutPatient"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "24202000",
"display": "Ranitidine hydrochloride 20 mg Oral Tab"
}
]
},
"subject": {
"reference": "Patient/9202680150",
"display": "Amy Johnson"
},
"context": {
"reference": "Encounter/92026801501"
},
"effectivePeriod": {
"start": "2019-12-31T00:00:00+00:00",
"end": "2020-03-31T00:00:00+00:00"
},
"performer": [
{
"actor": {
"reference": "Patient/9202680150"
}
}
],
"reasonCode": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/reason-medication-given",
"code": "given as ordered"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/9202680150"
}
],
"dosage": {
"text": "Ranitidine hydrochloride 20 mg Oral Tab two times a day before breakfast & dinner",
"route": {
"coding": [
{
"code": "Oral"
}
]
},
"dose": {
"value": 1
}
}
}
}
]
}