This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "BESTAuthorRole",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-authorpractitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href=\"Practitioner-BESTAuthor.html\">Generated Summary: id: NI; NI </a></p><p><b>organization</b>: <a href=\"Organization-BESTPrototype.html\">Generated Summary: active; name: BEST-Prototype</a></p><p><b>code</b>: <span title=\"Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.6 1}\">Physician</span></p><p><b>telecom</b>: <a href=\"mailto:admin@admin.com\">admin@admin.com</a></p></div>"
},
"practitioner" : {
"reference" : "Practitioner/BESTAuthor"
},
"organization" : {
"reference" : "Organization/BESTPrototype"
},
"code" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.3.989.2.1.1.6",
"code" : "1",
"display" : "Physician"
}
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "admin@admin.com"
}
]
}