Skip to content

Commit

Permalink
Fix slicing in patient-access-brand.
Browse files Browse the repository at this point in the history
Fix typo portalUrl in examples.
Fix updated info message for example.org domain
  • Loading branch information
GinoCanessa committed Dec 13, 2023
1 parent 8c41685 commit 7d96534
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ********************************************************************************************************************************

# Example URI in example.org domain does not need to be validated
Code System URI 'https://myapp.example.org' is unknown so the code cannot be validated
INFORMATION: Basic/app-state: Basic.code.coding[0]: Code System URI 'https://myapp.example.org' could not be found so the code cannot be validated

# These example resources have content that can be inferred, and a standalone examples page providing more detail
WARNING: Unable to find ImplementationGuide.definition.resource.description for the resource Bundle/example1. Descriptions are strongly encouraged if they cannot be inferred from the resource to allow proper population of the artifact list.
Expand Down
2 changes: 1 addition & 1 deletion input/resources/Bundle-example1.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"coding": [
{
"system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
"code": "lab",
"code": "laboratory",
"display": "Laboratory"
}
]
Expand Down
2 changes: 1 addition & 1 deletion input/resources/Bundle-example2.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"url": "portalUrl",
"valueUrl": "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url"
"valueUrl": "https://example.org/examplehealth/patient-portal-url"
},
{
"url": "portalEndpoint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"mustSupport" : true,
"min" : 0,
"binding" : {
"strength" : "extensible",
"strength" : "required",
"valueSet" : "http://hl7.org/fhir/smart-app-launch/ValueSet/patient-access-category"
}
},
Expand Down

0 comments on commit 7d96534

Please sign in to comment.