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

FHIR IG analytics

Packagehl7.fhir.cz.hdr
Resource TypePractitionerRole
IdPractitionerRole-practitionerrole-novakovajana-gp.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 practitionerrole-novakovajana-gp

practitioner: Practitioner Pavel Kral

organization: Organization MUDr. Jana Krásná

code: Lekar

specialty: Family practice (qualifier value)


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerrole-novakovajana-gp",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/practitioner-novakovajana-gp"
  },
  "organization": {
    "reference": "Organization/RegisteringProviderExample"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/fhir/CodeSystem/nrzp-povolani",
          "code": "L00",
          "display": "Lekar"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice (qualifier value)"
        }
      ]
    }
  ]
}