Skip to content

Commit 21498df

Browse files
Ajout identifier.system
1 parent cc1b775 commit 21498df

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

input/fsh/RessourcesFHIRCorps/instances/FRAllergyIntoleranceDocumentExample.fsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Usage: #example
1212

1313
// Identifiant de l'allergie ou de l'intolérance
1414
* identifier.value = "urn:uuid:7f0e9c1a-3b2d-4e5f-8a6b-1c2d3e4f5a6b"
15+
* identifier.system = "urn:ietf:rfc:3986"
1516

1617
// Statut clinique et de vérification
1718
* clinicalStatus = http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical#active "Active"

input/fsh/RessourcesFHIRCorps/instances/FRProcedureDocumentExample.fsh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Cas d'usage illustrés :
1313
Usage: #example
1414

1515
// Identification
16-
* identifier[=].value = "urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890"
16+
* identifier.value = "urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890"
17+
* identifier.system = "urn:ietf:rfc:3986"
1718

1819
// Statut (liaison required)
1920
// Le statut est inconnu → code d'exception "unknown" du ValueSet event-status

0 commit comments

Comments
 (0)