Skip to content

Instantly share code, notes, and snippets.

View phanuelmutuma's full-sized avatar
🌍
Github

Phanuel Mutuma phanuelmutuma

🌍
Github
View GitHub Profile
@phanuelmutuma
phanuelmutuma / allergyIntolerance.json
Last active May 17, 2023 11:32
Allergy Intolerance
{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "AllergyIntolerance",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n</div>"
@phanuelmutuma
phanuelmutuma / .eslintrc.js
Last active September 21, 2022 05:16 — forked from onlime/.eslintrc.js
ESLint/Prettier config for Vue 3 in VS Code
module.exports = {
root: true,
env: {
browser: true,
node: true,
},
extends: [
'eslint:recommended',
'plugin:vue/vue3-recommended',
'prettier'