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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypePractitionerRole
IdPractitionerRole-ad2-pr1.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 ad2-pr1

identifier: http://cp2.example.org/HRM/assignments/123456, https://cp2-test.example.org/employees/f051d3bd-26ff-4030-a5b6-fc4ef2be83ba

practitioner: Practitioner Caroline van Dijk(official)

organization: Organization example Hospital

code: Cardioloog

specialty: Cardioloog

telecom: c.vandijk@cp2.example.org


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ad2-pr1",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-practitionerrole"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://cp2.example.org/HRM/assignments",
      "value": "123456"
    },
    {
      "system": "https://cp2-test.example.org/employees",
      "value": "f051d3bd-26ff-4030-a5b6-fc4ef2be83ba",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222"
        }
      }
    }
  ],
  "practitioner": {
    "reference": "Practitioner/ad2-p1"
  },
  "organization": {
    "reference": "Organization/ad2-o1"
  },
  "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"
    }
  ]
}