We are trying to validate the Patient resource against fhir.us.uds-plus IG.
Getting
Patient.extension[4].value.ofType(CodeableConcept): None of the codings provided are in the value set 'Uds Plus Gender Identity Codes' (http://hl7.org/fhir/us/uds-plus/ValueSet/uds-plus-gender-identity-codes|1.0.0), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-NullFlavor#ASKU) on line 67
for
{ "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "code": "ASKU", "display": "asked but unknown" } ] }, "url": "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-gender-identity-extension" }
As fhir.us.uds-plus IG is derived from US Core IG. And the NullFlavor code 'ASKU' is valid as per US CORE Profile extensions. We are expecting the warning shouldn't be shown.
Can you please let us know why it is being showed as a warning?
We are trying to validate the Patient resource against fhir.us.uds-plus IG.
Getting
Patient.extension[4].value.ofType(CodeableConcept): None of the codings provided are in the value set 'Uds Plus Gender Identity Codes' (http://hl7.org/fhir/us/uds-plus/ValueSet/uds-plus-gender-identity-codes|1.0.0), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v3-NullFlavor#ASKU) on line 67
for
{ "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "code": "ASKU", "display": "asked but unknown" } ] }, "url": "http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-gender-identity-extension" }As fhir.us.uds-plus IG is derived from US Core IG. And the NullFlavor code 'ASKU' is valid as per US CORE Profile extensions. We are expecting the warning shouldn't be shown.
Can you please let us know why it is being showed as a warning?