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

FHIR IG analytics

Packagehl7.fhir.nl.gf
Resource TypePractitionerRole
IdPractitionerRole-85a3cfc1-8eb4-5b32-b966-662e1b146a56.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 85a3cfc1-8eb4-5b32-b966-662e1b146a56

identifier: http://cp2.example.org/HRM/assignments/123456, Uniform Resource Identifier (URI)/urn:uuid:c53cf5fc-6d90-48c8-aaef-1c88ed3ded2a (use: official, )

practitioner: Practitioner Caroline van Dijk

organization: Organization example Hospital

code: Cardioloog

specialty: Cardioloog

telecom: c.vandijk@cp2.example.org


Source1

{
  "resourceType": "PractitionerRole",
  "id": "85a3cfc1-8eb4-5b32-b966-662e1b146a56",
  "meta": {
    "profile": [
      "http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://cp2.example.org/HRM/assignments",
      "value": "123456"
    },
    {
      "use": "official",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:c53cf5fc-6d90-48c8-aaef-1c88ed3ded2a",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "custodian"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/kvk",
          "value": "50000535"
        }
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/c53cf5fc-6d90-48c8-aaef-1c88ed3ded2a"
  },
  "organization": {
    "reference": "Organization/ca56444f-f98c-5d9b-aad2-65a0729ac8f8"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "code": "01.010",
          "display": "Cardioloog"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "code": "01.010",
          "display": "Cardioloog"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "c.vandijk@cp2.example.org"
    }
  ]
}