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

FHIR IG analytics

Packagehl7.fhir.nl.gf
Resource TypePractitionerRole
IdPractitionerRole-05817277-b885-5b0e-9bb4-46033c3f4fa5.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 05817277-b885-5b0e-9bb4-46033c3f4fa5

identifier: Uniform Resource Identifier (URI)/urn:uuid:3cb101c7-c2fc-4f91-acbe-c3b61c0f9db8 (use: official, )

active: true

practitioner: Practitioner John Doe

organization: Organization example Care Institution

code: Klinisch geriater

specialty: Klinisch geriater

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


Source1

{
  "resourceType": "PractitionerRole",
  "id": "05817277-b885-5b0e-9bb4-46033c3f4fa5",
  "meta": {
    "profile": [
      "http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:3cb101c7-c2fc-4f91-acbe-c3b61c0f9db8",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "custodian"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/kvk",
          "value": "50000535"
        }
      }
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/3cb101c7-c2fc-4f91-acbe-c3b61c0f9db8"
  },
  "organization": {
    "reference": "Organization/7c98f969-6c3b-5dd3-a18e-e9cf02c8497d"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "code": "01.022",
          "display": "Klinisch geriater"
        }
      ]
    }
  ],
  "specialty": [
    {
      "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"
    }
  ]
}