{{condition | fhirPath: "Condition.code.text.first()":"Condition.code.coding.display.first()"}}
{{condition | fhirPath: "Condition.onsetPeriod.start":"Condition.onsetDateTime" | date }} - {{condition | fhirPath: "Condition.onsetPeriod.end" | date}}

Involved in Care

{{careTeamEntry.value | fhirPath: "CareTeam.participant.member.display"}}
{{careTeamEntry.value | fhirPath: "CareTeam.participant.role.text"}}
{{practitionerEntry.value | fhirPath: "Practitioner.name.family"}}, {{practitionerEntry.value | fhirPath: "Practitioner.name.given"}}
{{practitionerEntry.value | fhirPath: "Practitioner.name.prefix"}}
show all
  • Resource: {{resource.source_resource_type}}/{{resource.source_resource_id}}
{{encounter | fhirPath: "Encounter.period.start" | date}}
{{encounter | fhirPath: "Encounter.location.first().location.display"}}
Medications:
  • {{medication | fhirPath: "MedicationRequest.medicationReference.display":"MedicationRequest.medicationCodeableConcept.text"}}
Procedures:
  • {{procedure | fhirPath: "Procedure.code.text"}}
Tests and Examinations:
  • {{diagnosticReport | fhirPath: "DiagnosticReport.code.text":"DiagnosticReport.code.coding.display"}}
Device:
  • {{device | fhirPath: "Device.code.text"}}