Stream: CARIN IG for Blue Button®
Topic: C4BBOrganization
John Achoukian (Oct 05 2020 at 21:56):
We noticed in C4BBOrganization that identifiers: NPI, CLIA, tax, payerid; have an initial type, system, value and then have a secondary type, system, value within their respective branches. Are these duplications an error? Thanks, John @Amol Vyas
Ryan Howells (Oct 06 2020 at 00:08):
Adding others who may be able to help @Igor Sirkovich @Pat Taylor @Saul Kravitz
Saul Kravitz (Oct 06 2020 at 02:10):
Please expand on initial and secondary comment?
The slicing looks right to me.
John Achoukian (Oct 06 2020 at 16:12):
@Saul Kravitz
Each identifier (e.g. NPI, CLIA, etc.) has an initial layer with:
.. type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
. system 1..1 uri The namespace for the identifier value
Fixed Value: http://hl7.org/fhir/sid/us-npi
..... value 0..1 string The value that is unique
..... period 0..1 Period Time period when id is/was valid for use
..... assigner 0..1 Reference(Organization) Organization that issued id (may be just text)
And then below .. type, has a second layer repeating .. type, ..... system, etc. (below)
... type SΣ 1..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value Σ 0..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
Saul Kravitz (Oct 06 2020 at 16:44):
I see what you mean. The snapshot view has some 'issues'. The differential view looks more or less right. I'll see if I can straighten it out without divine intervention.
This appears to be a rendering issue in the publisher. The JSON looks ok.
https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Rendering.20issue.20with.20Slicing
Saul Kravitz (Oct 08 2020 at 20:36):
Sorted this out. Currently visible in v0.1.5 -- https://build.fhir.org/ig/HL7/carin-bb/branches/v0.1.5/StructureDefinition-C4BB-Organization.html @John Achoukian thanks for pointing this out.
Last updated: Apr 12 2022 at 19:14 UTC