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

FHIR IG analytics

Packagehl7.fhir.fi.nordic
Resource TypePractitioner
IdPractitioner-AbrahamLaege.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 AbrahamLaege

name: Abraham Murakami

Qualifications

-IdentifierCode
*https://autregweb.sst.dk/005MLLæge

Source1

{
  "resourceType": "Practitioner",
  "id": "AbrahamLaege",
  "meta": {
    "profile": [
      "http://hl7.fi/fhir/nordic-base/StructureDefinition/combined-nordic-practitioner-profile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "family": "Murakami",
      "given": [
        "Abraham"
      ]
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "system": "https://autregweb.sst.dk",
          "value": "005ML"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes",
            "code": "7170",
            "display": "Læge"
          }
        ]
      }
    }
  ]
}