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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypePractitionerRole
IdPractitionerRole-b6399cd8-3a91-4c7e-9a03-49d873669ed5.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 b6399cd8-3a91-4c7e-9a03-49d873669ed5

practitioner: Practitioner Pavel Kral

organization: Organization MUDr. Jana Krásná

code: Lékař

specialty: Family practice


Source1

{
  "resourceType": "PractitionerRole",
  "id": "b6399cd8-3a91-4c7e-9a03-49d873669ed5",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "urn:uuid:b1e65698-2b43-481d-b8f4-7ff6d8e81ada"
  },
  "organization": {
    "reference": "urn:uuid:4f5f6b0d-f1a6-4ff0-9457-5ddd2117e9d9"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/terminology/CodeSystem/nrzp-povolani",
          "code": "L00",
          "display": "Lékař"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    }
  ]
}