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

FHIR IG analytics

Packageans.fhir.fr.sas
Resource TypePractitioner
IdPractitioner-ExamplePractitionerRegul3.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

Narratif généré : Praticien ExamplePractitionerRegul3

identifier: Identifiant National de Professionnel de Santé/810002673899

active: false

name: Jules MARIUS

telecom: jules.marius@test.com


Source1

{
  "resourceType": "Practitioner",
  "id": "ExamplePractitionerRegul3",
  "meta": {
    "source": "urn:oid:1.2.250.1.213.3.6",
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/sas/StructureDefinition/FrPractitionerRegul"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
            "code": "IDNPS"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.1",
      "value": "810002673899"
    }
  ],
  "active": false,
  "name": [
    {
      "family": "MARIUS",
      "given": [
        "Jules"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "jules.marius@test.com"
    }
  ]
}