Skip to content

Commit

Permalink
Merge pull request #1677 from uwcirg/eproms-tz-cleanup
Browse files Browse the repository at this point in the history
ePROMs: changing some placeholder AU org to use an AU timezone instea…
  • Loading branch information
pbugni authored Dec 4, 2017
2 parents 09e7f9e + 44d7442 commit 783153c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions portal/config/eproms/Organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"valueCodeableConcept": {
"coding": [
{
"code": "en_US",
"display": "American English",
"code": "en_AU",
"display": "Australian English",
"system": "urn:ietf:bcp:47"
}
]
Expand Down Expand Up @@ -154,8 +154,8 @@
"valueCodeableConcept": {
"coding": [
{
"code": "en_US",
"display": "American English",
"code": "en_AU",
"display": "Australian English",
"system": "urn:ietf:bcp:47"
}
]
Expand Down Expand Up @@ -473,15 +473,15 @@
"valueCodeableConcept": {
"coding": [
{
"code": "en_US",
"display": "American English",
"code": "en_AU",
"display": "Australian English",
"system": "urn:ietf:bcp:47"
}
]
}
},
{
"timezone": "UTC",
"timezone": "Australia/Melbourne",
"url": "http://hl7.org/fhir/StructureDefinition/user-timezone"
}
],
Expand Down Expand Up @@ -543,7 +543,7 @@
"ethnicity_codings": true,
"extension": [
{
"timezone": "UTC",
"timezone": "Australia/Melbourne",
"url": "http://hl7.org/fhir/StructureDefinition/user-timezone"
}
],
Expand Down Expand Up @@ -571,7 +571,7 @@
"ethnicity_codings": true,
"extension": [
{
"timezone": "UTC",
"timezone": "Australia/Melbourne",
"url": "http://hl7.org/fhir/StructureDefinition/user-timezone"
}
],
Expand Down Expand Up @@ -599,7 +599,7 @@
"ethnicity_codings": true,
"extension": [
{
"timezone": "UTC",
"timezone": "Australia/Melbourne",
"url": "http://hl7.org/fhir/StructureDefinition/user-timezone"
}
],
Expand Down Expand Up @@ -695,7 +695,7 @@
}
},
{
"timezone": "UTC",
"timezone": "America/New_York",
"url": "http://hl7.org/fhir/StructureDefinition/user-timezone"
}
],
Expand Down

0 comments on commit 783153c

Please sign in to comment.