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

FHIR IG analytics

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

Language: de-CH

Profile: CH IPS Practitioner

identifier: GLN/7601000000071

name: UC4 Hausarzt (Official)

Qualifications

-Code
*Arzt

Source1

{
  "resourceType": "Practitioner",
  "id": "UC4-Practitioner-Hausarzt",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-practitioner"
    ]
  },
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7601000000071"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Hausarzt",
      "given": [
        "UC4"
      ],
      "prefix": [
        "Dr. med."
      ]
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/2011000195101",
            "code": "309343006"
          }
        ],
        "text": "Arzt"
      }
    }
  ]
}