-
Type:
Change Request
-
Resolution: Persuasive with Modification
-
Priority:
High
-
Structured Data Capture (SDC) (FHIR)
-
2.0 [deprecated]
-
FHIR Infrastructure
-
(many)
-
-
Grahame Grieve/Paul Lynch: 6-0-1
-
Clarification
-
Non-substantive
In the SDC page on extraction, in the section on Definition-based extraction, it is specified that the Questionnaire.item.definition element be used:
to point to the resource or profile element that Questionnaire item corresponds to. ... The definition SHALL have the full canonical URL of the resource (or profile) followed by '#' followed by the snapshot.path of the element the Questionnaire item corresponds to.
And in the Questionnaire page, in the section on Questionnaire Definitions, it says:
The url refers to an ElementDefinition in StructureDefinition, and always starts with the canonical URL for the target resource. When referring to a StructureDefinition, a fragment identifier is used to specify the element definition by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. In the absence of a fragment identifier, the first/root element definition in the target is the matching element definition.
It is unclear why the SDC extraction page requires "snapshot.path", especially if we want to be able to refer to the elements of a complex type during extraction, for example with `Patient.name.given`. Should the correct defintion path be `http://hl7.org/fhir/StructureDefinition/Patient#Patient.name.given` or `http://hl7.org/fhir/StructureDefinition/HumanName#HumanName.given`?
In a similar vein, what is a "fragment identifier", as referred to in the Questionnaire page? Is it a sort of path that can go into the fields of complex types (or even other resource types?) Is it different from other path types (snapshot.path, differential.path, fhirpath, ...)
Summary: Clarify the definition of the type of path that appears in Questionnaire.item.definition and QuestionnaireResponse.item.definition, and is used for definition-based extraction (SDC).
- mentioned in
-
Page Loading...