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-No-peer-Practitioner-DrAndrews.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-No-peer-Practitioner-DrAndrews

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

active: true

name: Ann Andrews

telecom: ann.andrews@email.com, +41 32 001 00 04

gender: Female

qualification

code: Chiropractor

qualification

code: Chiropractic specialist

communication: German, French, English, Italian


Source1

{
  "resourceType": "Practitioner",
  "id": "mCSD-No-peer-Practitioner-DrAndrews",
  "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": "7601002469197"
    },
    {
      "system": "urn:ietf:rfc:4514",
      "value": "uid=CommunityA:00000000101,OU=HCProfessional,DC=HPD,O=BAG,C=ch"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Ann Andrews",
      "family": "Andrews",
      "given": [
        "Ann"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "ann.andrews@email.com"
    },
    {
      "system": "phone",
      "value": "+41 32 001 00 04"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "3842006",
            "display": "Chiropractor"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "urn:oid:2.16.756.5.30.1.127.3.5",
            "code": "1011",
            "display": "Chiropractic specialist"
          }
        ]
      }
    }
  ],
  "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"
        }
      ]
    }
  ]
}