Examples
Example: Creating a Patient
The following is an example of a POST request creating a new patient with their administrative information based on their personal identifier.
Request
POST [baseURL]/Patient
Body
Patient |
meta |
profile : https://fhir.cambio.se/StructureDefinition/PatientSe/v1 |
extension |
url : http://hl7.org/fhir/StructureDefinition/patient-genderIdentity |
value |
coding |
system : http://hl7.org/fhir/gender-identity |
code : female |
identifier |
use : official |
system : urn:oid:1.2.752.129.2.1.3.1 |
value : 197001019368 |
name |
family : Demo |
given : Note |
gender : female |
birthDate : 1970-01-01 |
deceased : False |