Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Oct 25, 2024
1 parent 9001a0c commit fb9b827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions messages/eps_fhir/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create_task(
},
"display": "Jackie Clark",
},
"organization": {"reference": f"#urn:uuid:{organization_id}"},
"organization": {"reference": f"#{organization_id}"},
"code": [
{
"coding": [
Expand All @@ -51,7 +51,7 @@ def create_task(
},
{
"resourceType": "Organization",
"id": f"urn:uuid:{organization_id}",
"id": f"{organization_id}",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
Expand Down

0 comments on commit fb9b827

Please sign in to comment.