Service Request

Important note : The information provided is for local testing and is not valid.

Create

Http Interactions documentation.

Example 1

  • Create a service request with the data below

{
    "resourceType": "ServiceRequest",
    "id": "",
    "meta": {
        "profile":  [
            "http://fhir.akinox.com/r4b/StructureDefinition/ServiceRequest"
        ]
    },
    "status": "draft",
    "intent": "proposal",
    "category":  [
        {
            "coding":  [
                {
                    "code": "dermatology"
                }
            ],
            "text": "Dermatologie"
        }
    ],
    "subject": {
        "reference": "Patient/4385d319-df57-4f50-9c45-6dbf41d3d657"
    },
    "requester": {
        "reference": "PractitionerRole/49"
    }
}

Result :

The data was created and the FHIR service request id is found in the location response headers.