PractitionerRole

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

Create

Http Interactions documentation.

Example 1

  • Create a practitioner role with the data below

{
    "resourceType": "PractitionerRole",
    "id": "",
    "meta": {
        "profile":  [
            "http://fhir.akinox.com/r4b/StructureDefinition/PractitionerRole"
        ]
    },
    "practitioner": {
        "reference": "Practitioner/A70C9724-B649-42A3-A3A6-C88D3A17B12B",
        "identifier": {
            "type": {
                "coding":  [
                    {
                        "code": "MD"
                    }
                ]
            },
            "value": "84577"
        }
    },
    "organization": {
        "reference": "Organization/9e280d3a-711f-43d7-92b1-bcfc36aefb20"
    },
    "location": {
        "reference": "Location/8"
    }
}

Result :

The data was created and the FHIR practitioner role id was assigned and in the response headers, the location was assigned as well.