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-BESTAuthorRole.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 "BESTAuthorRole"

Profile: PractitionerRole Author

practitioner: Practitioner/BESTAuthor " NI"

organization: Organization/BESTPrototype "BEST-Prototype"

code: Physician (unknown#1)

telecom: admin@admin.com


Source1

{
  "resourceType": "PractitionerRole",
  "id": "BESTAuthorRole",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-authorpractitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}