FHIR Chat · CareTeam category value set · implementers

Stream: implementers

Topic: CareTeam category value set


view this post on Zulip Jose Costa Teixeira (Feb 21 2020 at 12:59):

is this well defined?
https://www.hl7.org/fhir/valueset-care-team-category.html

view this post on Zulip Jose Costa Teixeira (Feb 21 2020 at 16:15):

it seems void

view this post on Zulip Ian Bacher (Feb 21 2020 at 16:18):

Jose Costa Teixeira said:

is this well defined?
https://www.hl7.org/fhir/valueset-care-team-category.html

It's marked as maturity level 1, so no, it isn't well defined.

view this post on Zulip Jose Costa Teixeira (Feb 22 2020 at 00:18):

I didn't mean to ask if it is mature, but if it is correct.

view this post on Zulip Jose Costa Teixeira (Feb 22 2020 at 00:20):

(besides, it I possible to have a resource that has low maturity but is already well defined)

view this post on Zulip Jose Costa Teixeira (Feb 22 2020 at 00:21):

It says "This value set contains 0 concepts"

view this post on Zulip Jose Costa Teixeira (Feb 22 2020 at 05:23):

@Michelle (Moseman) Miller ?

view this post on Zulip Jose Costa Teixeira (Feb 22 2020 at 05:30):

    {
      "system" : "http://loinc.org",
      "filter" : [{
        "property" : "concept",
        "op" : "is-a",
        "value" : "LA27976-2"
      }]
    }

shouldn't we rather use "op":"=" ?

    {
      "system" : "http://loinc.org",
      "filter" : [{
        "property" : "concept",
        "op" : "=",
        "value" : "LA27976-2"
      }]
    }

view this post on Zulip Michelle (Moseman) Miller (Feb 26 2020 at 16:38):

Yeah, that was fixed in the latest build, http://build.fhir.org/valueset-care-team-category.html, per J#19766


Last updated: Apr 12 2022 at 19:14 UTC