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

FHIR IG analytics

Packagehl7.fhir.uv.ipa
Resource TypePractitionerRole
IdPractitionerRole-PractitionerRoleExample1.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 PractitionerRoleExample1

active: true

practitioner: Marty Seeger

code: Physician

specialty: Family Practice, Internal Medicine


Source1

{
  "resourceType": "PractitionerRole",
  "id": "PractitionerRoleExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/PractitionerExample1",
    "display": "Marty Seeger"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
          "code": "doctor",
          "display": "Doctor"
        }
      ],
      "text": "Physician"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family Practice"
        }
      ],
      "text": "Family Practice"
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419192003",
          "display": "Internal medicine"
        }
      ],
      "text": "Internal Medicine"
    }
  ]
}