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

FHIR IG analytics

Packagehl7.fhir.dk.core
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

qualification

identifier: https://autregweb.sst.dk/005ML

code: Læge

period: 2005-03-15 --> 2030-03-14

qualification

identifier: https://autregweb.sst.dk/005M6

code: Sygeplejerske

period: 2002-09-01 --> (ongoing)


Source1

{
  "resourceType": "Practitioner",
  "id": "AbrahamLaege",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "text": "Abraham Murakami",
      "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"
          }
        ]
      },
      "period": {
        "start": "2005-03-15",
        "end": "2030-03-14"
      }
    },
    {
      "identifier": [
        {
          "system": "https://autregweb.sst.dk",
          "value": "005M6"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes",
            "code": "5166"
          }
        ]
      },
      "period": {
        "start": "2002-09-01"
      }
    }
  ]
}