MyHealtheVet PHR FHIR API
0.3.9-current - ci-build United States of America flag

MyHealtheVet PHR FHIR API, published by VA Digital Services. This guide is not an authorized publication; it is the continuous build for version 0.3.9-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/department-of-veterans-affairs/mhv-fhir-phr-mapping/ and changes regularly. See the Directory of published versions

Artifacts Summary

This page provides a list of the FHIR artifacts defined as part of this implementation guide.

Behavior: Capability Statements

The following artifacts define the specific capabilities that different types of systems are expected to have in order to comply with this implementation guide. Systems conforming to this implementation guide are expected to declare conformance to one or more of the following capability statements.

This indicates how MHV exposes PHR using FHIR

CapabilityStatement prototype for MHV as a FHIR Server exposing PHR data

Structures: Resource Profiles

These define constraints on FHIR resources for systems conforming to this implementation guide.

VA MHV All DocumentReference

A profile on the DocumentReference resource that covers all uses of FHIR DocumentReference in the MyHealtheVet FHIR API. This includes Physician Notes, Discharge Summary, and ECG/EKG reports.

VA MHV DiagnosticReport

This defines the use for Chem-Hem and DiagnosticReport, with contained Observation and Specimen as needed.

VA MHV PHR Allergy and Intolerance

A profile on the AllergyIntolerance resource for MHV PHR exposing Allergies using FHIR API.

VA MHV PHR CH labTest.chemistryResults

A profile showing how HDR labTests.chemistryResults will be exposed using FHIR API to MyHealtheVet PHR.

One Observation holds one labTests.chemistryResults

  • This profile is based on US-Core Lab
    • category must have http://terminology.hl7.org/CodeSystem/observation-category#laboratory
  • .subject must be the patient from the DiagnosticReport
  • valueInterpretation -> .interpretation
  • testIdentifier -> .code – where LN is Loinc
  • referenceRange -> .referenceRange.text – dont try to break out further as there is little use of this value
  • labCommentEvents -> .note.text
  • value[x] either String or Quantity with units
  • observationValue -> .valueQuantity.value
  • observationUnits.unit -> .valueQuantity.unit
  • observationUnits.code -> .valueQuantity.code - likely need to adjust some
  • observationUnits.codingSystem -> .valueQuantity.system
  • performingOrganization -> .performer
  • labCommentEvents -> '.note`
  • effective[x] is same as the DiagnosticReport
  • issued is same as the DiagnosticReport
  • specimen = specimen
  • basedOn = ServiceRequest
  • ObservationStatus' -> [concept map translation](ConceptMap-VF-ChemistryResult-ObservationStatus.html) -> .status`
VA MHV PHR CH labTests.orderedTestCode

A profile showing how HDR labTests.orderedTestCode (Order) using FHIR API to MyHealtheVet PHR.

One ServiceRequest holds one labTests.orderedTestCode. Where multiple orderedTestCode elements exist, multiple ServiceRequest are used.

  • .subject must be the patient from the DiagnosticReport
  • code = {labTests.orderedTestCode}
  • status = unknown
  • intent = order
  • category = SCT#108252007 Laboratory procedure
  • specimen = specimen
  • not populating US-Core must support as we dont have the values
    • occurrence[x], authoredOn
  • requester is the requesting provider
  • facility is the requesting facility
  • no other elements are populated
VA MHV PHR ECG

A profile on the DocumentReference resource for MHV PHR exposing ECG/EKG (ClinicalProcedureTO) using FHIR API.

VA MHV PHR HDR CH Specimen

A profile showing how the labTestPromises.specimen is mapped into a FHIR Specimen.

  • This is usually a contained resource, contained in the Lab Report. The use of contained is for simplicity sake and to limit the need to manage Specimen resource instances
  • must have a type
    • Specimen.type.text <- labTestPromises.specimen.specimenSource
  • should have a collectedDateTime derived from labTestPromises.specimen.specimenTakenDate
VA MHV PHR HDR Chem-Hem Report

Profile on DiagnosticReport for Chem-Hem lab report.

VA MHV PHR Imaging Report

A profile on the DiagnosticReport resource for MHV PHR exposing Imaging Report (ImagingExamTO) using FHIR API.

VA MHV PHR ImagingExamTO.order

A profile showing how ImagingExamTO.order (Order) using FHIR API to MyHealtheVet PHR.

One ServiceRequest holds one ImagingExamTO.order. Where multiple order elements exist, multiple ServiceRequest are used.

  • .subject must be the patient from the DiagnosticReport
  • code.text = {imagingExamTO.order.type.name1}
  • status = unknown
  • intent = order
  • category = SCT#363679005 Imaging
  • not populating US-Core must support as we dont have the values
    • occurrence[x], authoredOn
  • requester is the requesting provider
  • facility is the requesting facility
  • no other elements are populated
VA MHV PHR Immunization

A profile on the Immunization that declares how MHV will expose PHR immunization.

VA MHV PHR Immunization Reaction

A profile for the contained Observation indicating an immunization reaction

  • status final
  • code.text ImmunizationTO.reaction
  • valueCodeableConcept - SNOMED#401515003 Known present
  • effectiveDateTime from ImmunizationTO.administeredDate if known
  • subject - the patient
  • performer - migth come from ImmunizationTO.encounter.provider but can't have contained resources in a resource that will be contained.
VA MHV PHR Lab Specimen

A profile showing how the Microbiology and Pathology LabSpecimenTO is mapped into a FHIR Specimen.

VA MHV PHR Location

A profile on the Location resource for MHV PHR exposing Location using FHIR API.

  • based on US-Core for Location
  • identifier
    • system = urn:oid:2.16.840.1.113883.4.349
  • name is the name as known
  • always a contained resource, so not exposed RESTfully

NOT USING Mapping to VIA HospitalLocationTO.

VA MHV PHR MB Lab Report

A profile showing how Microbiology LabReportTO is mapped into a FHIR DiagnosticReport, Observation, and Specimen.

VA MHV PHR Notes

A profile on the DocumentReference resource for MHV PHR exposing Notes (NoteTO) using FHIR API.

VA MHV PHR Organization

A profile on the Organization resource for MHV PHR exposing Organization using FHIR API.

  • based on US-Core for Organization
    • must have a status
    • must have a name
    • there are other things us-core defines that are not manditory (NPI, CLIA)
  • two identifier types defined TOid and HDRid
  • used for Lab Site. In FHIR R4, the Lab site needs to go into .performer which can't take a Location. (TechnicalDebt)
  • always a contained resource, so not exposed RESTfully

Map to VIA labSiteID

Map to HDR PerformingOrganization

HDR IntoleranceCondition has an element recordSource with the identifier of the facility the allergy was recorded. Given that this does not include a friendly name, but MHV has a manually managed table with this, then we will populate the Organization.name with the value from that table (when it is available) - MHV FACILITY_INFO table {FACILITY_INFO.NAME}

VA MHV PHR Patient

A profile on the Patient resource for MHV PHR exposing Patient using FHIR API.

  • based on US-Core for Patient
  • mapping from patient details in eVault (not from VIA/HDR transaction)
    • all elements populated from eVault PHR patient service
    • phrVPRDAO.fetchDetailPatientInfo(icn)
  • identifier
    • value = GetPatientId
    • system = urn:oid:2.16.840.1.113883.4.349
    • not using ICN but rather the id value known to eVault. There is concern the ICN is not unique enough.
  • name - First and Last Name
  • gender
  • birthDate
  • active = true

mapping concerns - TODO

  • The Identifier for the ICN is still being discussed
  • identifer.use is not being populated so can't use slicing
  • name seems to only populate first and last, but puts them both in given
  • populating identifier with GetPatientId() - the MHV patientId (jwt subjectId)
    • TODO: the system value should not be the generic VA oid, but rather some URI identifying MHV as this is where these id values are unique.
    • TODO: John is requesting an assigned OID for the MHV patientId system
      • Historically 200MH was used as an assigning authority USVHA identifier type (e.g., H7 v2 Identifier)
    • FHIR database will likely need to have the current Patient resources updated. Updating the FHIR database first will continue to work with current client.
    • MHV-54036
    • TODO: client will need to change to be specific to the new system value - https://github.com/department-of-veterans-affairs/vets-api/blob/f2733b21112f94c90dae618f0420d712f01cdf49/lib/medical_records/client.rb#L75
  • eVault also has, but are not being used in the FHIR Patient
    • MiddleName
    • Ssn
    • Email
    • Icn
  • set .meta.profile
  • Would be even better if we could use a common Patient registry.
  • The Patient resource can hold much more such as religion, birth place, other identifiers, etc…
  • Integration with Cerner will force even more federation of identities
  • Not mapping PatientTO
VA MHV PHR Practitioner

A profile on the Practitioner resource for MHV PHR exposing Practitioner using FHIR API.

  • NOT based on US-Core for Practitioner, as that makes slicing on VA OID pattern impossible
  • used for VIDF UserTO, and AuthorTO
  • used for HDR PractitionerLite
  • might be used for PersonTO or is that RelatedPerson?
  • always a contained resource, so not exposed RESTfully

Mapping to VIA UserTO and VIA AuthorTO

Mapping to HDR PractitionerLite

VA MHV PHR Pulse Oximetry Vital-Signs

A profile on the Observation resource for MHV PHR exposing Pluse Oximetry Vital-Signs using FHIR API.

Note that VIA does not provide us the supplemental O2 concentration or flowrate

VA MHV PHR SP Lab Report

A profile showing how SP LabReportTO is mapped into a FHIR DiagnosticReport, Observation, and Specimen.

VA MHV PHR Vital-Signs

A profile on the Observation resource for MHV PHR exposing Vital-Signs using FHIR API.

VA MHV PHR Vital-Signs for Blood Pressure

A profile on the Observation resource for Blood Pressure

VA MHV PHR Vital-Signs for PAIN

A profile on the Observation resource for Pain

Not drived from us-core vitals, us-core does not have Pain and forbids valueInteger.

VA MHV PHR labTest

A profile showing how Microbiology and Pathology LabTestTO and LabResultTO will be exposed using FHIR API to MyHealtheVet PHR.

  • This profile is based on US-Core Lab Observation
VA MHV PHR problems

A profile on the Condition resource for MHV PHR exposing Problems using FHIR API.

Structures: Extension Definitions

These define constraints on FHIR data types for systems conforming to this implementation guide.

Allergy Observed vs Historic

Maps to Vista 120.8 (Allergy) - (6) OBSERVED/HISTORICAL 'o' FOR OBSERVED; 'h' FOR HISTORICAL; LAST EDITED: DEC 07, 1990 DESCRIPTION:
Indicates whether this allergy/adverse reaction has been observed by some personnel, or if it is historical data gathered about the patient. RECORD INDEXES: AHDR (#482)

Notes

Notes

When the authentication happened

DateTime of when the authentication happened

Terminology: Value Sets

These define sets of codes used by systems conforming to this implementation guide.

Allergy Observed vs Historic ValueSet

The codes for Allergy Observed vs Historic

Kind of Lab Report

Specific kind of Pathology or Microbiology mapped from labReportTO/type

Known DocumentReference types

DocumentReference types

Known Lab Report types

Lab Report types

Known Note types

Note types

Subset of allergy intolerance category

not all of them

Subset of condition clinical status

Not all of them

Subset of condition verification status

not all of them

Terminology: Code Systems

These define new code systems used by systems conforming to this implementation guide.

Allergy Observed vs Historic CodeSystem

The codes for Allergy Observed vs Historic

Terminology: Concept Maps

These define transformations to convert between codes by systems conforming with this implementation guide.

Map between ChemistryResult ObservationStatus to FHIR Observation.status codes

Map between ChemistryResult.ObservationStatus and FHIR Observation.status code.

Map between ChemistryResult valueInterpretation to FHIR Observation.interpretation codes

Map between ChemistryResult.valueInterpretation and FHIR Observation.interpretation.coding.

Map between Vital Sign ObservationTypeTO.name to Loinc Code

Map between VitalSignTO.type(ObservationTypeTO.name) VUID/string and LOINC code.

Mapping from Vista used drug units string to formal UCUM codes

Vista units are close but often not exactly correct. This map gives the proper formal UCUM code.

  • DrugUcum.csv - 11/08/2021, vhaislstewar, VHAT 325
Vitals Device used to SNOMED code

Map between VitalSignTO.qualifier VUID/string and SNOMED code for Observation.extension[observation-deviceCode].valueCodeableConcept

Vitals Laterality used to SNOMED code

Map between VitalSignTO.qualifier VUID/string and SNOMED code for Laterality Observation

Vitals Method used to SNOMED code

Map between VitalSignTO.qualifier VUID/string and SNOMED code for Observation.method

Vitals Position used to SNOMED code

Map between VitalSignTO.qualifier VUID/string and SNOMED code for Observation.extension[bodyPosition].valueCodeableConcept

Vitals Site used to SNOMED code

Map between VitalSignTO.qualifier VUID/string and SNOMED code for Observation.bodySite

Vitals qualifier Units used

Map between VitalSignTO.qualifier VUID/string when a units of measure should be dropped

Example: Example Instances

These are example instances that show what data produced and consumed by systems conforming with this implementation guide might look like.

Allergy 1

IntoleranceCondition record identity 53495 from a mock ProblemTO

Allergy 1 of an MHV allergy or intolerance - deleted

IntoleranceCondition record identity 53495 from a mock ProblemTO

Allergy 10

IntoleranceCondition record identity 69075 from a mock ProblemTO

Allergy 11

IntoleranceCondition record identity 69092 from a mock ProblemTO

Allergy 12

IntoleranceCondition record identity 69093 from a mock ProblemTO

Allergy 13

IntoleranceCondition record identity 69123 from a mock ProblemTO

Allergy 14

IntoleranceCondition record identity 69124 from a mock ProblemTO

Allergy 15

IntoleranceCondition record identity 69129 from a mock ProblemTO

Allergy 2

IntoleranceCondition record identity 67933 from a mock ProblemTO

Allergy 3

IntoleranceCondition record identity 67934 from a mock ProblemTO

Allergy 4

IntoleranceCondition record identity 69066 from a mock ProblemTO

Allergy 5

IntoleranceCondition record identity 69067 from a mock ProblemTO

Allergy 6

IntoleranceCondition record identity 69071 from a mock ProblemTO

Allergy 7

IntoleranceCondition record identity 69072 from a mock ProblemTO

Allergy 8

IntoleranceCondition record identity 69073 from a mock ProblemTO

Allergy 9

IntoleranceCondition record identity 69074 from a mock ProblemTO

BLOOD PRESSURE

Example translated from mock 1 example from id=3867288

BLOOD PRESSURE

Example translated from mock 1 example from id=4218362

BLOOD PRESSURE

Example translated from mock 1 example from id=2841123

BLOOD PRESSURE

Example translated from mock 1 example from id=2870653

BLOOD PRESSURE

Example translated from mock 1 example from id=3303289

BLOOD PRESSURE

Example translated from mock 1 example from id=2449382

BLOOD PRESSURE

Example translated from mock 1 example from id=2200920

BLOOD PRESSURE

Example translated from mock 1 example from id=4479142

BLOOD PRESSURE

Example translated from mock 1 example from id=3303306

BLOOD PRESSURE

Example translated from mock 1 example from id=3122806

BLOOD PRESSURE

Example translated from mock 1 example from id=3615709

BLOOD PRESSURE

Example translated from mock 1 example from id=3615695

BLOOD PRESSURE

Example translated from mock 1 example from id=3011569

BLOOD PRESSURE

Example translated from mock 1 example from id=6003810

BLOOD PRESSURE

Example translated from mock 1 example from id=2807285

BLOOD PRESSURE

Example translated from mock 1 example from id=6003499

BLOOD PRESSURE

Example translated from mock 1 example from id=2866195

BLOOD PRESSURE

Example translated from mock 1 example from id=2572846

BLOOD PRESSURE

Example translated from mock 1 example from id=2664241

BLOOD PRESSURE

Example translated from mock 1 example from id=4479415

BLOOD PRESSURE

Example translated from mock 1 example from id=6003543

BLOOD PRESSURE

Example translated from mock 1 example from id=5335156

BLOOD PRESSURE

Example translated from mock 1 example from id=4871634

BLOOD PRESSURE

Example translated from mock 2 example from id=6544818

BLOOD PRESSURE

Example translated from mock 2 example from id=6544750

BLOOD PRESSURE

Example translated from mock 1 example from id=4479428

BLOOD PRESSURE

Example translated from mock 1 example from id=2982647

BLOOD PRESSURE

Example translated from mock 1 example from id=2699441

BLOOD PRESSURE

Example translated from mock 2 example from id=6544219

CENTRAL VENOUS PRESSURE

Example translated from mock 2 example from id=6544225

CENTRAL VENOUS PRESSURE

Example translated from mock 2 example from id=6544824

CENTRAL VENOUS PRESSURE

Example translated from mock 2 example from id=6544755

CIRCUMFERENCE/GIRTH

Example translated from mock 2 example from id=6544224

CIRCUMFERENCE/GIRTH

Example translated from mock 2 example from id=6544823

CR Note: 53661869

PODIATRY - CONSULT REQUESTED

CR Note: 53889003

COMMUNITY CARE-CONSULT RESULT NOTE

CR Note: 53889052

COMMUNITY CARE-CONSULT RESULT NOTE

CR Note: 54345827

CLINICAL PHARMACY - MENTAL HEALTH E-CONSULT

CR Note: 54705220

WOUND - E-CONSULT

CR Note: 54812639

PULMONARY - LUNG CANCER SCREENING CONSULT

CR Note: 55856227

CLINICAL PHARMACY - E-CONSULT

CR Note: 56889160

ANESTHESIA - E-CONSULT

CR Note: 58196324

CARDIOLOGY - E-CONSULT

ChemHem 1

Example from a mock labTestPromises (1110200002)

ChemHem 1 secondary identifier

Example from a mock labTestPromises (1110200002) with a secondary kind of identifier

ChemHem 1103030001

Example from a mock labTestPromises (1103030001)

ChemHem 1103030002

Example from a mock labTestPromises (1103030002)

ChemHem 1190370002

Example from a mock labTestPromises (1190370002)

ChemHem 1190530001

Example from a mock labTestPromises (1190530001)

ChemHem 1190530002

Example from a mock labTestPromises (1190530002)

ChemHem 1190740001

Example from a mock labTestPromises (1190740001)

ChemHem 9952

ChemHem mock 9952

ChemHem 9953

ChemHem mock 9953

ChemHem 9954

ChemHem mock 9954

ChemHem 9955

ChemHem mock 9955

ChemHem 9956

ChemHem mock 9956

ChemHem 9957

ChemHem mock 9957

ChemHem 9958

ChemHem mock 9958

ChemHem 9959

ChemHem mock 9959

ChemHem 9960

ChemHem mock 9960

ChemHem 9961

ChemHem mock 9961

ChemHem 9962

ChemHem mock 9962

ChemHem 9963

ChemHem mock 9963

ChemHem 9964

ChemHem mock 9964

ChemHem 9965

ChemHem mock 9965

ChemHem 9966

ChemHem mock 9966

ChemHem 9967

ChemHem mock 9967

ChemHem 9968

ChemHem mock 9968

ChemHem 9969

ChemHem mock 9969

ChemHem 9970

ChemHem mock 9970

ChemHem 9971

ChemHem mock 9971

ChemHem 9972

ChemHem mock 9972

ChemHem 9973

ChemHem mock 9973

ChemHem 9974

ChemHem mock 9974

ChemHem 9975

ChemHem mock 9975

ChemHem 9976

ChemHem mock 9976

ChemHem 9977

ChemHem mock 9977

ChemHem 9978

ChemHem mock 9978

ChemHem 9979

ChemHem mock 9979

ChemHem 9980

ChemHem mock 9980

ChemHem 9981

ChemHem mock 9981

ChemHem 9982

ChemHem mock 9982

ChemHem 9983

ChemHem mock 9983

ChemHem 9984

ChemHem mock 9984

ChemHem 9985

ChemHem mock 9985

ChemHem 9986

ChemHem mock 9986

ChemHem 9987

ChemHem mock 9987

ChemHem 9988

ChemHem mock 9988

Condition: 118499

COR ATHEROSCL UNSP TYP-VES (ICD-9-CM 414.00)

Condition: 128381

Restless Legs (ICD-9-CM 333.99)

Condition: 229415

Benign Prostatic Hypertrophy (ICD-9-CM 799.9)

Condition: 268463

Hypertrophy (Benign) of Prostate without Urinary obstruction (ICD-9-CM 600.00)

Condition: 318630

Lumbago (ICD-9-CM 724.2)

Condition: 352164

Cardiomegaly (SCT 8186001)

Condition: 352165

Chronic Kidney Disease Stage 2 (SCT 431856006)

Condition: 352166

Retained Dental Root (SCT 66569006)

Condition: 352167

Proliferative Diabetic Retinopathy (SCT 59276001)

Condition: 352218

Rash (SCT 271807003)

Condition: 352231

Atrial Flutter (SCT 5370000)

Condition: 352232

Defective Dental Restoration (SCT 109728009)

Condition: 352233

Benign Neoplasm of Skin (SCT 92384009)

Condition: 352234

History of Alcohol Abuse (SCT 371434005)

Condition: 352243

Angina Pectoris (SCT 194828000)

Condition: 352245

Chest Pain (SCT 29857009)

Condition: 352246

Acute Deep Vein Thrombosis Of Lower Limb (SCT 651000119108)

Condition: 352247

Exposure to Agent Orange (SCT 718016003)

Condition: 352248

Acute posttraumatic stress disorder following military combat (SCT 446175003)

Condition: 352249

AF- Atrial Fibrillation (SCT 49436004)

Condition: 352250

Alcohol Abuse (SCT 15167005)

Condition: 352251

CAD - Coronary Artery Disease (SCT 53741008)

Condition: 352252

Abnormal cardiotochogram tracing (SCT 735205007)

Condition: 37085

SCREENING FOR ALCOHOLISM (ICD-9-CM V79.1)

Condition: 37086

SCREENING FOR OTHER SPECIFIED MENTAL DISORDERS AND DEVELOPMENTAL HANDICAPS (ICD-9-CM V79.8)

Condition: 487

Hypertension (ICD-9-CM 401.9)

Condition: 487 - deleted

Hypertension (ICD-9-CM 401.9)

Condition: 488

Anxiety Neuroses (ICD-9-CM 300.00)

Condition: 489

Glaucoma (ICD-9-CM 365.9)

Condition: 98034

ENDOCARDITIS NOS (ICD-9-CM 424.90)

DS Note: 43297305

Discharge Summary

DS Note: 47760379

Discharge Summary

DS Note: 47760462

Discharge Summary

DS Note: 62846390

Discharge Summary

DS Note: 62932232

Discharge Summary

ECG 0

Derived from the a mock ClinicalProcedureTO:

ECG 1

Derived from the a mock ClinicalProcedureTO:

ECG 2

Derived from the a mock ClinicalProcedureTO:

ECG 3

Derived from the a mock ClinicalProcedureTO:

ECG 4

Derived from the a mock ClinicalProcedureTO:

ECG 5

Derived from the a mock ClinicalProcedureTO:

HEIGHT

Example translated from mock 1 example from id=4871638

HEIGHT

Example translated from mock 2 example from id=6544822

HEIGHT

Example translated from mock 1 example from id=4218366

HEIGHT

Example translated from mock 1 example from id=3867292

HEIGHT

Example translated from mock 1 example from id=2866197

HEIGHT

Example translated from mock 1 example from id=2870654

HEIGHT

Example translated from mock 1 example from id=5335160

HEIGHT

Example translated from mock 2 example from id=6544223

HEIGHT

Example translated from mock 1 example from id=6003503

HEIGHT

Example translated from mock 2 example from id=6544754

HEIGHT

Example translated from mock 1 example from id=3122810

HEIGHT

Example translated from mock 1 example from id=3615699

HEIGHT

Example translated from mock 1 example from id=2807288

HEIGHT

Example translated from mock 1 example from id=3011571

HEIGHT

Example translated from mock 1 example from id=2982648

Imaging Report 0

Derived from the a mock ImagingExamTO:

Imaging Report: 6959075.8874-1

SPINE LUMBOSACRAL MIN 2 VIEWS

Imaging Report: 6979076.8862-1

CHEST 2 VIEWS PA&LAT

Imaging Report: 6979076.8862-2

SPINE LUMBOSACRAL MIN 2 VIEWS

Imaging Report: 6989573.8892-1

MYOCARDIAL PERFUSION (SPECT), EX/REDIST, W/ W/O PHARM INTER

Imaging Report: 6989573.8892-10

J1245 DIPYRIDAMOLE INJECTION

Imaging Report: 6989573.8892-11

J1245 DIPYRIDAMOLE INJECTION

Imaging Report: 6989573.8892-12

CARDIOVASCULAR STRESS TEST (TECH)

Imaging Report: 6989573.8892-2

#PROVISION OF DIAGNOSTIC RADIONUCLIDES

Imaging Report: 6989573.8892-3

MYOCARDIAL PERFUSION STUDY WITH EJECTION FRACTION

Imaging Report: 6989573.8892-4

J1245 DIPYRIDAMOLE INJECTION

Imaging Report: 6989573.8892-5

A9505 THALLOUS CHLORIDE TL 201/MCI

Imaging Report: 6989573.8892-6

A9505 THALLOUS CHLORIDE TL 201/MCI

Imaging Report: 6989573.8892-7

A9505 THALLOUS CHLORIDE TL 201/MCI

Imaging Report: 6989573.8892-8

MYOCARDIAL PERFUSION STUDY WITH WALL MOTION

Imaging Report: 6989573.8892-9

J1245 DIPYRIDAMOLE INJECTION

Imaging Report: 6998785.915-1

CHEST 2 VIEWS PA&LAT

Imaging Report: 6999170.9165-1

CT THORAX W/CONT

Imaging Report: 6999190.8674-1

FOOT 3 OR MORE VIEWS

Imaging Report: 6999268.8371-1

CHEST 2 VIEWS PA&LAT

Imaging Report: 6999281.8373-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7019591.848-1

RIBS BILAT+CHEST 4 OR MORE VIEWS

Imaging Report: 7028984.8645-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029077.8866-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029091.8957-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029096.8499-1

CHEST 2 VIEWS PA&LAT

Imaging Report: 7029096.8499-2

FOOT 3 OR MORE VIEWS

Imaging Report: 7029188.8771-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029283.914-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029376.8548-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029487.8991-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7029492.8485-1

CHEST 2 VIEWS PA&LAT

Imaging Report: 7029578.8663-1

FOOT 3 OR MORE VIEWS

Imaging Report: 7059298.8462-1

CHEST 2 VIEWS PA&LAT

Imaging Report: 7078984.8943-1

UROGRAM IV W NEPHROTOMOGRAMS

Immunication 27653

ImmunizationTO.125286

Immunication 27654

ImmunizationTO.125285

Immunication 27655

ImmunizationTO.124694

Immunication 27656

ImmunizationTO.124695

Immunication 27657

ImmunizationTO.124696

Immunication 27658

ImmunizationTO.124697

Immunication 28652

ImmunizationTO.125307

Immunication 28653

ImmunizationTO.125308

Immunization 1

ImmunizationTO.124684

Immunization 1 deleted

This is derived from ImmunizationTO.124684, with a diffent identifier (ImmunizationTO.1), and marked as entered-in-error

Immunization 2

ImmunizationTO.124685

Immunization 2 - but with a reaction explicitly indicated as NONE, this is different than no reaction indicated.

ImmunizationTO.124685

Immunization 3

Immunization given in 1980

Immunization 4

Immunization given in 2012-01-02

Lab 1

Example from a mock labReportTO

Lab 2

Example from a mock labReportTO

Lab 3

Example from a mock labReportTO

Lab 4

Example from a mock labReportTO

Lab 5

Example from a mock labReportTO

Lab 6

Example from a mock labReportTO

Lab 7

Example from a mock labReportTO

Lab 8

Example from a mock labReportTO

Note 1

Derived from the a mock NoteTO:

Note 1 of a MHV Note - marked as entered-in-error

Derived from the a mock NoteTO:

This is replicated from ex-MHV-note-1, with change of identifier (NoteTO.5), and marked as entered-in-error

Note 4

Derived from the a mock NoteTO:

Note dropped cosigner

Note 5

Derived from the a mock NoteTO:

Note has an unsigned addenda

Note 6

Derived from the a mock NoteTO:

Note has a signed addenda

Note 7

This is a sample of a "Compensation and Pension Examination" (aka, "C & P") note. These notes will be held by notes business rules for 30 days past the signature.

Note 8

This is a sample of a "Compensation and Pension Examination" (aka, "C & P") note. These notes will be held by notes business rules for 30 days past the signature.

PAIN

Example translated from mock 1 example from id=2870656

PAIN

Example translated from mock 1 example from id=4871640

PAIN

Example translated from mock 1 example from id=4218368

PAIN

Example translated from mock 1 example from id=5335162

PAIN

Example translated from mock 1 example from id=3303294

PAIN

Example translated from mock 1 example from id=3615701

PAIN

Example translated from mock 2 example from id=6544819

PAIN

Example translated from mock 2 example from id=6544751

PAIN

Example translated from mock 2 example from id=6544220

PAIN

Example translated from mock 1 example from id=3122812

PAIN

Example translated from mock 1 example from id=2866199

PAIN

Example translated from mock 1 example from id=6003505

PAIN

Example translated from mock 1 example from id=2841125

PAIN

Example translated from mock 1 example from id=4479146

PAIN

Example translated from mock 1 example from id=2807290

PAIN

Example translated from mock 1 example from id=2982650

PAIN

Example translated from mock 1 example from id=3011573

PAIN

Example translated from mock 1 example from id=3867294

PAIN

Example translated from mock 1 example from id=2449384

PN Note: 15775522

SECURE MESSAGING

PN Note: 15775601

SECURE MESSAGING

PN Note: 15775744

SECURE MESSAGING

PN Note: 15775755

PSYCHIATRY - ATTENDING

PN Note: 15777395

SECURE MESSAGING

PN Note: 15778113

SECURE MESSAGING

PN Note: 15780132

SECURE MESSAGING

PN Note: 15780149

SECURE MESSAGING

PN Note: 15802805

SECURE MESSAGING

PN Note: 16024843

SECURE MESSAGING

PN Note: 16277615

SECURE MESSAGING

PN Note: 17521552

SECURE MESSAGING

PN Note: 17521574

SECURE MESSAGING

PN Note: 18395172

SECURE MESSAGING

PN Note: 18395183

SECURE MESSAGING

PN Note: 18459196

SECURE MESSAGING

PN Note: 18964275

SECURE MESSAGING

PN Note: 19019553

SECURE MESSAGING

PN Note: 19021967

SECURE MESSAGING

PN Note: 19032582

SECURE MESSAGING

PN Note: 19034139

SECURE MESSAGING

PN Note: 19065448

SECURE MESSAGING

PN Note: 19132325

SECURE MESSAGING

PN Note: 19776835

SECURE MESSAGING

PN Note: 75535810

MENTAL HEALTH SECURE MESSAGING

PN Note: 75540140

PRIMARY CARE SECURE MESSAGING

PN Note: 75866332

MOVE SECURE MESSAGING

PN Note: 75912699

ENDOCRINOLOGY SECURE MESSAGING

PN Note: 76263140

MENTAL HEALTH SECURE MESSAGING

PN Note: 76264996

MENTAL HEALTH SECURE MESSAGING

PN Note: 76265366

PROCEDURE - INTRAOSSEOUS VASCULAR ACCESS

PN Note: 76265401

MHD - MHICM PROGRESS NOTE

PN Note: 76666064

INPAT - MED - ATT - ADMIT

PN Note: 76750716

MENTAL HEALTH SECURE MESSAGING

PN Note: 77100417

VIRTUAL EMERG MGMT PHARM

PN Note: 77429324

PC - FOLLOW UP

PN Note: 77429396

PC - AFTERVISIT SUMMARY

PN Note: 77498227

SECURE MESSAGING

PN Note: 77598354

NEUROLOGY SECURE MESSAGING

PN Note: 77713416

SECURE MESSAGING

PN Note: 77735058

SECURE MESSAGING

PN Note: 77830476

TLH - PORTLAND/VANCOUVER

PN Note: 78118440

PC - NEW

PN Note: 78118479

PC - AFTERVISIT SUMMARY

PN Note: 79686701

AVS STUB NOTE

PN Note: 79745271

SECURE MESSAGING

PN Note: 80222094

CCC: CLINICAL TRIAGE

PN Note: 80340830

MENTAL HEALTH SECURE MESSAGING

PN Note: 80341525

MENTAL HEALTH SECURE MESSAGING

PN Note: 80529980

EYE - AFTERVISIT SUMMARY SPECTACLE RX

PN Note: 81509152

UROLOGY SECURE MESSAGING

PN Note: 81544045

WOUND - SECURE MESSAGING

PULSE

Example translated from mock 1 example from id=4479144

PULSE

Example translated from mock 1 example from id=4218365

PULSE

Example translated from mock 1 example from id=2699440

PULSE

Example translated from mock 1 example from id=2870651

PULSE

Example translated from mock 1 example from id=2449381

PULSE

Example translated from mock 1 example from id=2200919

PULSE

Example translated from mock 1 example from id=4871637

PULSE

Example translated from mock 1 example from id=2866196

PULSE

Example translated from mock 1 example from id=2664240

PULSE

Example translated from mock 1 example from id=3011570

PULSE

Example translated from mock 2 example from id=6544816

PULSE

Example translated from mock 1 example from id=2807287

PULSE

Example translated from mock 1 example from id=2982646

PULSE

Example translated from mock 1 example from id=3122809

PULSE

Example translated from mock 1 example from id=3615698

PULSE

Example translated from mock 1 example from id=3303292

PULSE

Example translated from mock 1 example from id=5335159

PULSE

Example translated from mock 1 example from id=6003502

PULSE

Example translated from mock 1 example from id=2841122

PULSE

Example translated from mock 2 example from id=6544748

PULSE

Example translated from mock 2 example from id=6544217

PULSE

Example translated from mock 1 example from id=2572845

PULSE

Example translated from mock 1 example from id=3867291

PULSE OXIMETRY

Example translated from mock 2 example from id=6544821

PULSE OXIMETRY

Example translated from mock 2 example from id=6544753

PULSE OXIMETRY

Example translated from mock 2 example from id=6544222

Patient DAYSHR

This example is derived off of a mock PatientTO

Patient DAYSHR

This example is derived off of a mock PatientTO

Patient MHVASPXXI

This example is derived off of a mock patient

Patient MHVLISAONE

This example is derived off of a mock PatientTO. It shows where everything that could be in a VIA PatientTO could go. This is not an example of what MHV will populate the Patient like.

Patient MHVZZVISNTWENTY,TEST PATIENTR

This example is derived off of a mock PatientTO

Patient ROBERT

This example is derived off of a mock PatientTO

Patient TESTFIVE

This example is derived off of a mock patient

Patient TESTFIVE L, MHVSYSTEST

This example is derived off of a mock patient

Patient VETERAN CASEY

This example is derived off of a mock PatientTO

Patient for testing environment

Used in testing environment

Patient of MHV MHVLISAONE

Only values from eVault

Patient used for Immunization testing

Immunization testng patient

RESPIRATION

Example translated from mock 1 example from id=3303291

RESPIRATION

Example translated from mock 1 example from id=6003501

RESPIRATION

Example translated from mock 1 example from id=3615697

RESPIRATION

Example translated from mock 1 example from id=2870652

RESPIRATION

Example translated from mock 2 example from id=6544749

RESPIRATION

Example translated from mock 1 example from id=4871636

RESPIRATION

Example translated from mock 1 example from id=5335158

RESPIRATION

Example translated from mock 2 example from id=6544817

RESPIRATION

Example translated from mock 1 example from id=4218364

RESPIRATION

Example translated from mock 1 example from id=3122808

RESPIRATION

Example translated from mock 1 example from id=3867290

RESPIRATION

Example translated from mock 2 example from id=6544218

TEMPERATURE

Example translated from mock 2 example from id=6544820

TEMPERATURE

Example translated from mock 1 example from id=4479143

TEMPERATURE

Example translated from mock 1 example from id=3867289

TEMPERATURE

Example translated from mock 1 example from id=2572844

TEMPERATURE

Example translated from mock 1 example from id=2870650

TEMPERATURE

Example translated from mock 1 example from id=5335157

TEMPERATURE

Example translated from mock 1 example from id=2807286

TEMPERATURE

Example translated from mock 1 example from id=3122807

TEMPERATURE

Example translated from mock 1 example from id=2449380

TEMPERATURE

Example translated from mock 2 example from id=6544752

TEMPERATURE

Example translated from mock 1 example from id=4871635

TEMPERATURE

Example translated from mock 1 example from id=2664239

TEMPERATURE

Example translated from mock 1 example from id=4218363

TEMPERATURE

Example translated from mock 1 example from id=3615696

TEMPERATURE

Example translated from mock 1 example from id=2200918

TEMPERATURE

Example translated from mock 2 example from id=6544221

TEMPERATURE

Example translated from mock 1 example from id=2699439

TEMPERATURE

Example translated from mock 1 example from id=2841121

TEMPERATURE

Example translated from mock 1 example from id=2982645

TEMPERATURE

Example translated from mock 1 example from id=6003500

TEMPERATURE

Example translated from mock 1 example from id=3303290

Vitals 1

Example from a mock VitalSignTO

Vitals 1 of an MHV vital-sign, but with a different identifier, and marked as entered-in-error

Example from a mock VitalSignTO

Vitals of a MHV pain R4 observation of 10

holding typical values

Vitals of an MHV heartRate R4 observation

Heart Rate holding typical values

Vitals of an MHV heartRate R4 observation

Heart Rate holding typical values

WEIGHT

Example translated from mock 1 example from id=2449383

WEIGHT

Example translated from mock 1 example from id=3011572

WEIGHT

Example translated from mock 1 example from id=4871639

WEIGHT

Example translated from mock 1 example from id=4479145

WEIGHT

Example translated from mock 1 example from id=2866198

WEIGHT

Example translated from mock 2 example from id=6544226

WEIGHT

Example translated from mock 1 example from id=3303293

WEIGHT

Example translated from mock 1 example from id=2699442

WEIGHT

Example translated from mock 1 example from id=3615700

WEIGHT

Example translated from mock 1 example from id=6003504

WEIGHT

Example translated from mock 1 example from id=2982649

WEIGHT

Example translated from mock 1 example from id=3867293

WEIGHT

Example translated from mock 1 example from id=2807289

WEIGHT

Example translated from mock 1 example from id=2664242

WEIGHT

Example translated from mock 1 example from id=2841124

WEIGHT

Example translated from mock 1 example from id=3122811

WEIGHT

Example translated from mock 1 example from id=5335161

WEIGHT

Example translated from mock 2 example from id=6544825

WEIGHT

Example translated from mock 1 example from id=4218367

WEIGHT

Example translated from mock 2 example from id=6544756

WEIGHT

Example translated from mock 1 example from id=2200921

WEIGHT

Example translated from mock 1 example from id=2870655

WEIGHT

Example translated from mock 1 example from id=2572847