Skip to content

Commit

Permalink
fix fuctional example urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Feb 21, 2024
1 parent 0c2dea7 commit 2e2145d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/resources/Bundle-example2.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"telecom": [
{
"system": "url",
"value": "https://www.examplehealth.com"
"value": "https://health.example.com"
}
],
"address": [
Expand Down Expand Up @@ -264,7 +264,7 @@
}
],
"status": "active",
"address": "https://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4",
"address": "https://ehr.example.com/ProdFHIR/api/FHIR/R2",
"name": "FHIR DSTU2 Endpoint for ExampleHealth",
"contact": [
{
Expand Down Expand Up @@ -300,7 +300,7 @@
}
],
"status": "active",
"address": "https://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4",
"address": "https://ehr.example.com/ProdFHIR/api/FHIR/R4",
"name": "FHIR R4 Endpoint for ExampleHealth",
"contact": [
{
Expand Down

0 comments on commit 2e2145d

Please sign in to comment.