FHIR Chat · Property Uri values · terminology

Stream: terminology

Topic: Property Uri values


view this post on Zulip Brian Postlethwaite (Oct 14 2019 at 22:16):

Is there any "standardization in formatting" for the Uri values for properties coming out?
One of our internal teams put some stuff in it that is just not right (so I'm not going to show what they did do)
Would it be acceptable to use a NamingSystem to have all the property URLs in it? (which will resolve nicely, and can be shared)
e.g. http://fhir.telstrahealth.com/th-term/NamingSystem/mbs#subheading
And can have the "mbs" as a NamingSystem id

{
      "code": "subheading",
      "uri": "fhir.telstrahealth.com/th-term/NamingSystem/mbs#subheading",
      "description": "MBS subheading",
      "type": "string"
},

view this post on Zulip Michael Lawley (Oct 14 2019 at 23:14):

Your URI is missing a scheme. Unless these properties come from a supplement, I would also expect the URI to be related to the MBS CodeSystem URI (ie in an MBS or HL7-AU namespace rather than a TelstraHealth one)

view this post on Zulip Brian Postlethwaite (Oct 15 2019 at 03:01):

Is there a set of namespaces already for MBS?
And is there a PBS distribution already?
The reason we made them telstra health as the code system is being maintained by us based on the PBS spreadsheets.
(and yes it does have the http scheme, just not in my example as I changed it from the dodgy internal one)

view this post on Zulip Brian Postlethwaite (Oct 15 2019 at 03:02):

Would prefer if this was one of the terminologies in the NCTS and therefore we don't have to stress on the mainentance stuff, but that's not where we are at the moment :smile:

view this post on Zulip Richard Townley-O'Neill (Oct 15 2019 at 04:52):

All I have found for MBS is https://healthterminologies.gov.au/fhir/ValueSet/australian-dhs-modifications-pbs-mbs-dva-item-1
Which is different.

view this post on Zulip Michael Lawley (Oct 15 2019 at 04:54):

That's the ValueSet not the CodeSystem. It references two OIDs inside

view this post on Zulip Richard Townley-O'Neill (Oct 15 2019 at 04:56):

Yes, different.

view this post on Zulip Brian Postlethwaite (Oct 15 2019 at 05:10):

Doesn't expand either.

view this post on Zulip Richard Townley-O'Neill (Oct 15 2019 at 05:31):

NamingSystem looks perfect for documenting one's aliases for a CodeSystem owned by someone else.

view this post on Zulip Brian Postlethwaite (Oct 15 2019 at 05:44):

The values inside would describe the properties. That doesn't offend you @Michael Lawley?

view this post on Zulip Michael Lawley (Oct 15 2019 at 07:15):

Sorry, I'm not following you @Brian Postlethwaite
@Richard Townley-O'Neill - that ValueSet contains "Australian DHS Modified PBS Schedule Items and Australian DHS Modifications of MBS Item and DVA Fee Schedule Items"

view this post on Zulip Brian Postlethwaite (Oct 15 2019 at 07:17):

I'll put together the complete examples and post links to review...


Last updated: Apr 12 2022 at 19:14 UTC