Skip to content

Commit

Permalink
Merge pull request #82 from mcode/backoffice
Browse files Browse the repository at this point in the history
723 - Build workflow for back-office staff
  • Loading branch information
plarocque4 authored Nov 4, 2024
2 parents f5712cf + fda2756 commit d060765
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 24 deletions.
61 changes: 61 additions & 0 deletions fhirResourcesToLoad/rems_alice_practitioner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"resourceType": "Practitioner",
"id": "pra5678",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
]
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "66778899990"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/3.1.0/CodeSystem-v2-0203",
"code": "RN"

}
]
},
"value": "4737282994"
}
],
"address": [
{
"use": "home",
"type": "both",
"state": "NY",
"city": "Buffalo",
"postalCode": "14210",
"line": ["642 Seneca St"]
}
],
"telecom": [
{
"system": "phone",
"value": "555-873-5678",
"rank": 1
},
{
"system": "email",
"value": "[email protected]",
"rank": 2
},
{
"system": "fax",
"value": "555-123-4567",
"rank": 3
}
],
"name": [
{
"use": "official",
"family": "Nurse",
"given": ["Alice"]
}
]
}
Loading

0 comments on commit d060765

Please sign in to comment.