diff --git a/input/fsh/examples/example-practitioner-regul.fsh b/input/fsh/examples/example-practitioner-regul1.fsh similarity index 90% rename from input/fsh/examples/example-practitioner-regul.fsh rename to input/fsh/examples/example-practitioner-regul1.fsh index 167b545532..d457d8e842 100644 --- a/input/fsh/examples/example-practitioner-regul.fsh +++ b/input/fsh/examples/example-practitioner-regul1.fsh @@ -1,5 +1,5 @@ -Instance: ExamplePractitionerRegul +Instance: ExamplePractitionerRegul1 InstanceOf: FrPractitionerRegul Description: "Exemple 1 practitioner flux régulateur" Usage: #example diff --git a/input/fsh/examples/example-practitioner-regul2.fsh b/input/fsh/examples/example-practitioner-regul2.fsh new file mode 100644 index 0000000000..ed313a6dfc --- /dev/null +++ b/input/fsh/examples/example-practitioner-regul2.fsh @@ -0,0 +1,15 @@ + +Instance: ExamplePractitionerRegul2 +InstanceOf: FrPractitionerRegul +Description: "Exemple 2 practitioner flux régulateur" +Usage: #example + +* id = "1" +* identifier.type = $fr-v2-0203#IDNPS +* identifier.system = "urn:oid:1.2.250.1.71.4.2.1" +* identifier.value = "810002673899" + +* active = true +* name.family = "MARIUS" +* name.given = "Jules" +* telecom.value = "jules.marius@test.com" \ No newline at end of file diff --git a/input/fsh/examples/example-practitioner-regul3.fsh b/input/fsh/examples/example-practitioner-regul3.fsh new file mode 100644 index 0000000000..b8cbca722e --- /dev/null +++ b/input/fsh/examples/example-practitioner-regul3.fsh @@ -0,0 +1,15 @@ + +Instance: ExamplePractitionerRegul3 +InstanceOf: FrPractitionerRegul +Description: "Exemple 3 practitioner flux régulateur" +Usage: #example + +* id = "1" +* identifier.type = $fr-v2-0203#IDNPS +* identifier.system = "urn:oid:1.2.250.1.71.4.2.1" +* identifier.value = "810002673899" + +* active = false +* name.family = "MARIUS" +* name.given = "Jules" +* telecom.value = "jules.marius@test.com" \ No newline at end of file diff --git a/input/pagecontent/faq.md b/input/pagecontent/faq.md index c54d6a6ba6..747e1116a9 100644 --- a/input/pagecontent/faq.md +++ b/input/pagecontent/faq.md @@ -603,7 +603,7 @@ curl -X PUT EDITEUR.fr/Practitioner?identifier=urn:oid:1.2.250.1.213.3.6|b6e3935 Résultat - `{"resourceType": "Practitioner", + {"resourceType": "Practitioner", "id": "1", "meta": { "profile": [ @@ -639,7 +639,7 @@ curl -X PUT EDITEUR.fr/Practitioner?identifier=urn:oid:1.2.250.1.213.3.6|b6e3935 "system": "email", "value": "jules.marius@test.com" } - ]}` + ]} **Pourrions-nous avoir un exemple d’appel dans le cas d’une modification de l’identifiant d’un compte régulateur ?** @@ -650,7 +650,7 @@ L’exemple ci-dessous concerne la désactivation du compte du régulateur Jules curl -X PUT EDITEUR.fr/Practitioner?identifier=urn:oid:1.2.250.1.71.4.2.1|810002673899 -H 'Accept: application/json+fhir' -d Résultat -
+
     {"resourceType": "Practitioner",
     "id": "1",
     "meta": {
@@ -688,7 +688,6 @@ curl -X PUT EDITEUR.fr/Practitioner?identifier=urn:oid:1.2.250.1.71.4.2.1|810002
             "value": "jules.marius@test.com"
         }
     ]}
-
**Est-il nécessaire d’utiliser un nouveau endpoint pour la création des comptes régulateurs dans la solution logicielle éditeur ?**