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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypePractitionerRole
IdPractitionerRole-d60525bd-5caf-4437-8f4b-4156300a27de.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 d60525bd-5caf-4437-8f4b-4156300a27de

identifier: https://cp3-test.example.org/employees/d60525bd-5caf-4437-8f4b-4156300a27de

active: true

practitioner: Practitioner John Doe

organization: Organization example Care Institution

code: Klinisch geriater

specialty: Medisch specialisten, geriatrie, Klinisch geriater

telecom: +31301234568, john.doe@cp3.example.org, https://matrix.to/#doctorno:cp3.example.org


Source1

{
  "resourceType": "PractitionerRole",
  "id": "d60525bd-5caf-4437-8f4b-4156300a27de",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://cp3-test.example.org/employees",
      "value": "d60525bd-5caf-4437-8f4b-4156300a27de",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "33333333"
        }
      }
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/08630c28-5e2a-4b0c-b8ce-f08f533246b9"
  },
  "organization": {
    "reference": "Organization/3e799075-63a2-4a4c-913d-a91b8198463d"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "code": "01.022",
          "display": "Klinisch geriater"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0335",
          "display": "Medisch specialisten, geriatrie"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "code": "01.022",
          "display": "Klinisch geriater"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31301234568",
      "use": "work"
    },
    {
      "system": "email",
      "value": "john.doe@cp3.example.org",
      "use": "work"
    },
    {
      "system": "url",
      "value": "https://matrix.to/#doctorno:cp3.example.org",
      "use": "work"
    }
  ]
}