Details
-
Type:
Change Request
-
Status: Applied (View Workflow)
-
Priority:
Medium
-
Resolution: Persuasive with Modification
-
Specification:US Core (FHIR)
-
Raised in Version:1.0
-
Work Group:Structured Documents
-
Related Page(s):(NA)
-
Grouping:
-
Resolution Description:
-
Resolution Vote:Brett Marquard/Craig Newman: 6-0-1
-
Change Category:Correction
-
Change Impact:Non-substantive
Description
The provided example fails validation because of the us-core-8 invariant.
us-core-8
Patient.name.given or Patient.name.family or both SHALL be present [family.exists() or given.exists()]
Data Absent Reason Example:
{ "resourceType" : "Patient", ... "name":[ "extension" : [ "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode" : "unknown" }] ] "telecom" : ... }
Proposed Resolution:
Either the invariant needs to change, or the example needs to reflect the requirements of the invariant (e.g. DAR extension on Patient.name.given or Patient.name.family).
See https://chat.fhir.org/#narrow/stream/179175-argonaut/topic/Data.20Absent.20Reason