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

FHIR IG analytics

Packageswiss.mednet.fhir
Resource TypePractitioner
IdPractitioner-mni-practitioner-example1.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 mni-practitioner-example1

identifier: GLN/7600100000004, urn:oid:2.16.756.5.30.1.123.100.2.1.1/A000001

name: Max Müller

telecom: ph: 0615617462(Work)

address: Pfeffingerstrasse 19 Reinach 4153 CH (work)

gender: Male


Source1

{
  "resourceType": "Practitioner",
  "id": "mni-practitioner-example1",
  "meta": {
    "profile": [
      "https://mednet.swiss/fhir/StructureDefinition/mni-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.51.1.3",
      "value": "7600100000004"
    },
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.2.1.1",
      "value": "A000001"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Müller",
      "given": [
        "Max"
      ],
      "prefix": [
        "Dr. med."
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0615617462",
      "use": "work",
      "rank": 3
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Pfeffingerstrasse 19"
      ],
      "city": "Reinach",
      "postalCode": "4153",
      "country": "CH"
    }
  ],
  "gender": "male"
}