FHIR Chat · Special Case: Missing data · implementers

Stream: implementers

Topic: Special Case: Missing data


view this post on Zulip Bapi Behera (Apr 22 2020 at 22:20):

There an element with cardinality = 1, but do not have appropriate data to support the element. There is a special-case link
http://hl7.org/fhir/extensibility.html#Special-Case

The question is, What is the json looks like for implementation?

Example: here is an element - PlanContact having cardinality = 1, but this is Not applicable.
1..1 e-mail PlanContact (extension)

How to represent the json?

{"extension" :
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "Not Applicable"
}
}

view this post on Zulip Lloyd McKenzie (Apr 23 2020 at 00:53):

What resource is planContact on?

view this post on Zulip Bapi Behera (Apr 27 2020 at 20:51):

Lloyd McKenzie said:

What resource is planContact on?

The PlanContact item is in CoveragePlan Profile in the Davinci-drug-formulary IG.
here is the link
http://hl7.org/fhir/us/Davinci-drug-formulary/


Last updated: Apr 12 2022 at 19:14 UTC