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-gyn.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-gyn

practitioner: Practitioner Petra Vesela

organization: Organization MUDr. Jana Kouzelná

code: Lekar

specialty: Gynecology service


Source1

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