FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-SampleAuthorRole.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole
Resource PractitionerRole "SampleAuthorRole"
Profile: PractitionerRole Author
practitioner: Practitioner/SampleAuthorPractitioner " SMITH"
organization: : reporter organization
code: Physician (unknown#1)
location: : reporter department
telecom: joe@anywhere.com
{
"resourceType": "PractitionerRole",
"id": "SampleAuthorRole",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-authorpractitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "Practitioner/SampleAuthorPractitioner"
},
"organization": {
"display": "reporter organization"
},
"code": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.3.989.2.1.1.6",
"code": "1",
"display": "Physician"
}
]
}
],
"location": [
{
"display": "reporter department"
}
],
"telecom": [
{
"system": "email",
"value": "joe@anywhere.com"
}
]
}