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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypePractitioner
IdPractitioner-EX-Practitioner.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 EX-Practitioner

identifier: GLN/7601007922000

name: Sarah Huber (Official)

telecom: +41 61 265 25 25, s.huber@gynpraxis-basel.ch

address: Petersgraben 4 Basel 4051 CH

gender: Female

Qualifications

-CodePeriodIssuer
*Gynäkologie und Geburtshilfe2005-01-01 --> (ongoing)Schweizerische Gesellschaft für Gynäkologie und Geburtshilfe (SGGG)

Source1

{
  "resourceType": "Practitioner",
  "id": "EX-Practitioner",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601007922000"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Huber",
      "given": [
        "Sarah"
      ],
      "prefix": [
        "Dr. med."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 61 265 25 25",
      "use": "work"
    },
    {
      "system": "email",
      "value": "s.huber@gynpraxis-basel.ch",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Petersgraben 4"
      ],
      "city": "Basel",
      "postalCode": "4051",
      "country": "CH"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "394586005",
            "display": "Gynecology"
          }
        ],
        "text": "Gynäkologie und Geburtshilfe"
      },
      "period": {
        "start": "2005-01-01"
      },
      "issuer": {
        "display": "Schweizerische Gesellschaft für Gynäkologie und Geburtshilfe (SGGG)"
      }
    }
  ]
}