Skip to content

Commit

Permalink
Merge pull request #63 from yudistirasd/new-location-physcal-type
Browse files Browse the repository at this point in the history
Add new physcal location type ( Bed )
  • Loading branch information
ivanwilliammd authored Nov 13, 2024
2 parents 867eeb1 + 651b054 commit 93bd1af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FHIR/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public function addPhysicalType($physical_type = null)
'ca' => 'Cabinet',
'rd' => 'Road',
'area' => 'Area',
'bd' => 'Bed'
];

$this->location['physicalType']['coding'][] = [
Expand Down

0 comments on commit 93bd1af

Please sign in to comment.