Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
breverseau committed Jan 31, 2025
1 parent e222857 commit 22e1b80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Alias: $JDV-J165-TypeCreneau-SAS = https://mos.esante.gouv.fr/NOS/JDV_J165-TypeC
Alias: $v3-ActEncounterCode = http://terminology.hl7.org/ValueSet/v3-ActEncounterCode
Alias: $fr-v2-0203 = https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203
Alias: $v3-ActCode = http://terminology.hl7.org/CodeSystem/v3-ActCode
Alias: $fr-location-identifier-type = https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-location-identifier-type
Alias: $fr-location-identifier-type = https://hl7.fr/ig/fhir/core/CodeSystem-fr-core-cs-location-identifier-type
Alias: $v2-0276 = http://terminology.hl7.org/CodeSystem/v2-0276

// ---- Extensions
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/examples/PS Indiv/example-appointmentpsindiv.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage: #example
* id = "1"
* identifier.system = "urn:oid:1.1.111.1.11.1.1.1"
* identifier.value = "b6e39355-8a61-4556-b340-36f7b95fec6a"
* extension[appointmentOperator].valueReference.identifier.type.coding = $fr-v2-0203#IDNPS
* extension[appointmentOperator].valueReference.identifier.type.coding = "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203"#IDNPS
* extension[appointmentOperator].valueReference.identifier.system = "urn:oid:1.2.250.1.71.4.2.1"
* extension[appointmentOperator].valueReference.identifier.value = "3456780581/11242343"
* status = #booked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage: #example
* id = "2"
* identifier.system = "urn:oid:1.1.111.1.11.1.1.1"
* identifier.value = "b6e39355-8a61-4556-b340-36f7b95fec6a"
* extension[appointmentOperator].valueReference.identifier.type.coding = $fr-v2-0203#IDNPS
* extension[appointmentOperator].valueReference.identifier.type.coding = "$fr-v2-0203"#IDNPS
* extension[appointmentOperator].valueReference.identifier.system = "urn:oid:1.2.250.1.71.4.2.1"
* extension[appointmentOperator].valueReference.identifier.value = "3456780581/11242343"
* status = #cancelled
Expand Down

0 comments on commit 22e1b80

Please sign in to comment.