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-mCSD-Peer-to-peer-Practitioner-DrKoreander.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 mCSD-Peer-to-peer-Practitioner-DrKoreander

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

active: false

name: Karl Koreander

telecom: Karl.Koreander@email.com, +41 32 001 00 04

gender: Male

Qualifications

-Code
*Physician

communication: German, French, English, Italian


Source1

{
  "resourceType": "Practitioner",
  "id": "mCSD-Peer-to-peer-Practitioner-DrKoreander",
  "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": "7601000732385"
    },
    {
      "system": "urn:ietf:rfc:4514",
      "value": "uid=CommunityA:00000004001,OU=HCProfessional,DC=HPD,O=BAG,C=ch"
    }
  ],
  "active": false,
  "name": [
    {
      "text": "Karl Koreander",
      "family": "Koreander",
      "given": [
        "Karl"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "Karl.Koreander@email.com"
    },
    {
      "system": "phone",
      "value": "+41 32 001 00 04"
    }
  ],
  "gender": "male",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "309343006",
            "display": "Physician"
          }
        ]
      }
    }
  ],
  "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"
        }
      ]
    }
  ]
}