Skip to content

Commit

Permalink
Create patientFail.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls authored Jun 13, 2024
1 parent 06645cb commit a670ba0
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions sampleData/patientFail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"data": {
"address": [
{
"city": "Akaki Kality",
"district": "Akaki Kality Woreda 4",
"state": "Addis Ababa"
}
],
"birthDate": "1961-07-17",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
"valueCodeableConcept": {
"coding": [
{
"code": "1036",
"system": "http://terminology.hl7.org/ValueSet/v3-ReligiousAffiliation"
}
],
"text": "Orthodox"
}
},
{
"url": "http://cdr.aacahb.gov.et/Occupation",
"valueString": ""
},
{
"url": "http://cdr.aacahb.gov.et/EducationalLevel",
"valueString": "Secondary"
},
{
"url": "http://cdr.aacahb.gov.et/TargetPopulationGroup",
"valueString": ""
}
],
"gender": "male",
"id": "96946fc98b2449abad9cf94e360e1a28",
"identifier": [
{
"system": "http://cdr.aacahb.gov.et/SmartCareID",
"value": "96946fc98b2449abad9cf94e360e1a28"
},
{
"system": "http://cdr.aacahb.gov.et/MRN",
"value": "036838"
},
{
"system": "http://cdr.aacahb.gov.et/UAN",
"value": "140800101888"
}
],
"managingOrganization": {
"reference": "Organization/52b368c94a994141bc043fa6c34577a9"
},
"maritalStatus": {
"coding": [
{
"code": "M",
"display": "Married",
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
}
],
"text": ""
},
"resourceType": "Patient"
}
}

0 comments on commit a670ba0

Please sign in to comment.