Skip to content

Commit

Permalink
Adding Address information for Location table.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Sep 5, 2023
1 parent c063c65 commit 7867796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export class ListLocationComponent extends ListGenericResourceComponent {
{ title: 'Name', versions: '*', getter: d => d.name || d.alias },
{ title: 'Organization', versions: '*', getter: d => d.managingOrganization?.display },
{ title: 'Type', versions: '*', format: 'codeableConcept', getter: d => d.physicalType },
{ title: 'Status', versions: '*', getter: d => d.status },
{ title: 'Address', versions: '*', format: 'address', getter: d => d.address },
]
}

0 comments on commit 7867796

Please # to comment.