Patient
Important note : The information provided is from local testing and is not valid.
Create
Http Interactions documentation.
Example 1
- Create a patient with the data below
{ "resourceType": "Patient", "id": "", "meta": { "profile": [ "http://fhir.akinox.com/r4b/StructureDefinition/Patient" ] }, "identifier": [ { "type": { "coding": [ { "code": "PCI" } ] }, "value": "DUMM12083151;Dumais;Marjolaine;Male;2012-08-31" }, { "type": { "coding": [ { "code": "JHN" } ] }, "value": "DUMM12083151", "period": { "end": "2024-08-01T00:00:00-04:00" } } ], "name": [ { "family": "Dumais", "given": [ "Marjolaine" ] } ], "telecom": [ { "system": "phone", "value": "5551112544" } ], "gender": "male", "birthDate": "2012-08-31", "address": [ { "use": "home", "line": [ "42 FakeStreet" ], "city": "Magog", "state": "QC", "postalCode": "J1H5H3", "country": "CA" } ], "managingOrganization": { "reference": "Organization/a359480d-863d-444b-87b9-df0d3a603823" } }
Result :
The data was created and the FHIR patient id was assigned and the location was added in the response headers as well.