Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Create operation is not working #177

Open
divyaverma26 opened this issue Apr 12, 2022 · 0 comments
Open

Create operation is not working #177

divyaverma26 opened this issue Apr 12, 2022 · 0 comments

Comments

@divyaverma26
Copy link

Can you give more detailed documentation for create function. I dont know what to put in this entry variable. Any sample would be helpful.
/
/Create patient resource
var entry = {
resource: {
resourceType: 'Patient'
//...
}
}

client.create(entry,
function(entry){
console.log(entry)
},
function(error){
console.error(error)
}
)
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant