Request Payload Parameter | Description |
Method | HTTP request method, which specifies the operation type on the FHIR server, including GET (query), POST (create), PUT (full update), PATCH (partial update), and DELETE (delete). |
Path | Request path, which locates the specific resource endpoint. |
Parameter | URL query parameters, which convey conditions such as filtering/pagination/format control in FHIR searches. |
Request Header | HTTP request header, which conveys meta-information such as content type, authentication credentials, and response format preferences within a request. |
Content | Request body, which carries resource data in operations such as POST/PUT/PATCH. |



{ "resourceType": "Patient","id": "10001","meta": {"profile": ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"identifier": [{"system": "http://example.org/mrn","value": "MRN123456"}],"active": true,"name": [{"use": "official","family": "Wang","given": ["Wu"]}],"gender": "male","birthDate": "1990-08-18","deceasedBoolean": false,"telecom": [{"system": "phone","value": "13500001111","use": "work"}],"address": [{"use": "home","type": "both","line": ["No. 100, Xinhu Road, Bao'an District, Shenzhen City, Guangdong Province"],"city": "Shenzhen","district": "Bao'an District","postalCode": "518020","country": "China"}],"managingOrganization": {"reference": "Organization/e785218b-078b-4e13-a78c-3db7a358f0a","display": "Shenzhen Hospital of Southern Medical University"}}

{"resourceType": "Patient","id":"10001","meta": {"profile": ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"identifier": [{"system": "http://example.org/mrn","value": "MRN123456"}],"active": true,"name":[{"use":"official","text": "Wang Wu","family": "Wang","given": ["Wu"]}],"telecom": [{"system":"phone","value":"13500001111","use":"work"}],"gender": "male","birthDate": "1990-08-18","deceasedBoolean": false,"address": [{"use": "home","type": "both","line": ["No. 100, Xinhu Road, Bao'an District, Shenzhen City, Guangdong Province"],"city": "Shenzhen","district": "Bao'an District","postalCode": "518020","country": "China"}]}


{"resourceType": "Patient","id": "10001","meta": {"profile": ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]},"identifier": [{"system": "http://example.org/mrn","value": "MRN123456"}],"active": true,"name": [{"use": "official","family": "Wang","given": ["Wu"]}],"gender": "male","birthDate": "1990-08-18","deceasedBoolean": false,"telecom": [{"system": "phone","value": "13500001111","use": "work"}],"address": [{"use": "home","type": "both","line": ["No. 100, Xinhu Road, Bao'an District, Shenzhen City, Guangdong Province"],"city": "Shenzhen","district": "Bao'an District","postalCode": "518020","country": "China"}],"managingOrganization": {"reference": "Organization/e785218b-078b-4e13-a78c-3db7a358f0a","display": "Shenzhen Hospital of Southern Medical University"}}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback