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

FHIR IG analytics

Packagetest.no.basis
Resource TypePractitioner
Idno-basis-Practitioner-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Practitioner",
  "meta": {
    "profile": [
      "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.4",
      "value": "9144889"
    }
  ],
  "name": [
    {
      "family": "Koman",
      "given": [
        "Magnar"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "75589889",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "75589899"
    },
    {
      "system": "phone",
      "value": "98128921",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "mako@bottomline.no",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Dreyfushammarn 23"
      ],
      "city": "BODØ",
      "postalCode": "8012"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.578.1.12.4.1.1.9060",
            "code": "LE",
            "display": "Lege"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.578.1.12.4.1.1.7426",
            "code": "1",
            "display": "Allmennmedisin"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.578.1.12.4.1.1.7704",
            "code": "1",
            "display": "Autorisasjon"
          }
        ]
      },
      "period": {
        "start": "2018-10-10"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.578.1.12.4.1.1.7426",
            "code": "152",
            "display": "Ortopedisk kirurgi"
          }
        ]
      }
    }
  ]
}