FHIR Chat · Relative uri in coding.system and identifier.system · implementers

Stream: implementers

Topic: Relative uri in coding.system and identifier.system


view this post on Zulip Aleksandra Pavlyshina (Mar 19 2019 at 11:52):

Hi all,
Can we use relative URIs in the extension.url, coding.system and identifier.system elements referencing resources on our FHIR server where this resource is going to be created? What is the correct syntax for it? Should there be leading '/' or '//', e.g. system: /NamingSystem/ogrn or system: //NamingSystem/ogrn? Is this example correct? (yaml format):

resourceType: Organization
identifier:
- system: NamingSystem/ogrn
  value: "12345678"
type:
- coding:
  - code: surgical
    system: CodeSystem/organization-profiles
    display: Surgical department
extension:
- url: StructureDefinition/organizaton-plannedBedsPerYear
  valueInteger: 300

view this post on Zulip Grahame Grieve (Mar 19 2019 at 12:25):

we have always said that the systems in Coding and Identifier must be an absolute URI

view this post on Zulip Grahame Grieve (Mar 19 2019 at 12:25):

even though the resources to support it might be stored locally

view this post on Zulip Aleksandra Pavlyshina (Mar 19 2019 at 14:21):

Thank you, Grahame! :slight_smile:


Last updated: Apr 12 2022 at 19:14 UTC