FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypePractitionerRole
IdPractitionerRole-SampleAuthorRole.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}