Skip to content

Commit

Permalink
Merge branch 'feature/himss-2024' of github.com:uwcirg/shl-ips into f…
Browse files Browse the repository at this point in the history
…eature/himss-2024
  • Loading branch information
daniellrgn committed Mar 5, 2024
2 parents e24b0b2 + 863225f commit 77cf2f7
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions src/lib/FetchIIS.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,10 @@
function constructPatient() {
let patient = {
resourceType: 'Patient',
id: 'child-example',
id: 'zhang-wei-himss-2024',
meta: {
profile: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
},
text: {
status: 'generated',
div: ''
},
extension: [
{
extension: [
Expand Down Expand Up @@ -166,10 +162,10 @@
birthDate: dob,
address: [
{
line: ['123 e fake st'],
city: 'phoenix',
state: 'AZ',
postalCode: '85004',
line: (address2 ? [address1, address2] : [address1]),
city: city,
state: state,
postalCode: zip,
country: 'US'
}
]
Expand Down Expand Up @@ -353,10 +349,6 @@
</Row>
</Col>
</Row>




</FormGroup>

<Row>
Expand Down

0 comments on commit 77cf2f7

Please sign in to comment.