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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypePractitioner
IdPractitioner-b06b2c2c-15dd-4e58-b27e-37326ba51407.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: Practitioner b06b2c2c-15dd-4e58-b27e-37326ba51407

name: Anna Smith

Qualifications

-Code
*Doctor of Medicine

Source1

{
  "resourceType": "Practitioner",
  "id": "b06b2c2c-15dd-4e58-b27e-37326ba51407",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/practitioner-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Smith",
      "given": [
        "Anna"
      ]
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ]
      }
    }
  ]
}