Operation | create |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/PractitionerRole |
Resource | PractitionerRole | | | | |
{
"resourceType" : "PractitionerRole",
"meta" : {
"security" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
} ]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - PractitionerRole: Cardiology</p></div>"
},
"identifier" : [ {
"system" : "http://happyvalley.com/practitionerrole",
"value" : "131188874-65692"
} ],
"practitioner" : {
"reference" : "Practitioner/C6AMYDRNUSDKICWH"
},
"organization" : {
"reference" : "Organization/C6AMYDPPAM7AKOC2"
},
"code" : [ {
"coding" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor",
"display" : "Doctor"
} ]
} ],
"specialty" : [ {
"coding" : [ {
"system" : "http://snomed.info/sct",
"code" : "394579002",
"display" : "Cardiology"
} ]
} ]
}