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

FHIR IG analytics

Packagech.fhir.ig.ch-epr-fhir
Resource TypePractitioner
IdPractitioner-DrPeterPan.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 DrPeterPan

identifier: GLN/7601000102737, LDAP/uid=CommunityA:00000003002,OU=HCProfessional,DC=HPD,O=BAG,C=ch

active: true

name: Peter Pan

telecom: peter.pan@email.com, fax: +41 32 001 00 05, +41 79 001 00 06, +41 32 001 00 04, +41 79 001 00 07

gender: Male

qualification

code: Physician

qualification

code: General internal medicine

communication: German, French, English, Italian


Source1

{
  "resourceType": "Practitioner",
  "id": "DrPeterPan",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000102737"
    },
    {
      "system": "urn:ietf:rfc:4514",
      "value": "uid=CommunityA:00000003002,OU=HCProfessional,DC=HPD,O=BAG,C=ch"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Peter Pan",
      "family": "Pan",
      "given": [
        "Peter"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "peter.pan@email.com"
    },
    {
      "system": "fax",
      "value": "+41 32 001 00 05"
    },
    {
      "system": "phone",
      "value": "+41 79 001 00 06",
      "use": "mobile"
    },
    {
      "system": "phone",
      "value": "+41 32 001 00 04"
    },
    {
      "system": "pager",
      "value": "+41 79 001 00 07"
    }
  ],
  "gender": "male",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "309343006",
            "display": "Physician"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.756.5.30.1.127.3.5",
            "code": "1051",
            "display": "General internal medicine"
          }
        ]
      }
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "de"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "fr"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "it"
        }
      ]
    }
  ]
}