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

FHIR IG analytics

Packagehl7.fhir.uv.cpg
Resource TypePractitionerRole
IdPractitionerRole-chf-practitionerroledefinition.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 chf-practitionerroledefinition

code: Specialist medical practitioner

specialty: Cardiology

location: Location Cardiovascular diagnostics or therapeutics unit


Source1

{
  "resourceType": "PractitionerRole",
  "id": "chf-practitionerroledefinition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-practitionerroledefinition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-persona-cs",
          "code": "2212",
          "display": "Specialist medical practitioner"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394579002",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/chf-locationdefinition"
    }
  ]
}