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

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePractitioner
IdPractitioner-2709bd4c-2386-4fd7-8277-9b8106087d55.json
FHIR VersionR5

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

Practitioner that has a prescriber code (qualification identifier with system "urn:oid:1.2.752.116.3.1.2") and HOSP ID (qualification identifier with system "urn:oid:1.2.752.116.3.1.1")

Source1

{
  "resourceType": "Practitioner",
  "id": "2709bd4c-2386-4fd7-8277-9b8106087d55",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPractitioner"
    ]
  },
  "identifier": [
    {
      "period": {
        "start": "1980-01-03"
      },
      "assigner": {
        "display": "Skatteverket"
      },
      "use": "official",
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "198001032385"
    }
  ],
  "qualification": [
    {
      "identifier": [
        {
          "use": "official",
          "system": "urn:oid:1.2.752.116.3.1.2",
          "value": "456789"
        }
      ],
      "period": {
        "start": "2010-05-01",
        "end": "2030-05-01"
      },
      "code": {
        "coding": [
          {
            "code": "309453006",
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/45991000052106"
          }
        ]
      }
    },
    {
      "identifier": [
        {
          "use": "official",
          "system": "urn:oid:1.2.752.116.3.1.1",
          "value": "987654"
        }
      ],
      "period": {
        "start": "2005-01-01",
        "end": "2035-01-01"
      },
      "issuer": {
        "display": "Socialstyrelsen"
      },
      "code": {
        "coding": [
          {
            "code": "309453006",
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/45991000052106"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "given": [
        "Tom"
      ],
      "use": "official",
      "text": "Tom Andersson",
      "family": "Andersson"
    }
  ],
  "telecom": [
    {
      "period": {
        "start": "2025-01-01",
        "end": "2025-12-31"
      },
      "system": "phone",
      "value": "+46701234567"
    }
  ],
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  }
}