Stream: IG creation
Topic: Profiling FHIR page
Jean Duteau (Oct 23 2019 at 16:34):
The Profiling FHIR page is Normative and has a statement that a Profile is represented as a structure definition with kind = constraint. But all of the Profiles that I've seen have kind = resource. I'm assume that the page is incorrect but wanted to verify. (GF#25043)
Lloyd McKenzie (Oct 23 2019 at 17:14):
If the profiles aren't defining a resource, then the profile is wrong...
Jean Duteau (Oct 23 2019 at 17:16):
hmm, all of the US Core profiles have that...unless I'm reading them wrong
Jean Duteau (Oct 23 2019 at 17:17):
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="us-core-encounter"/>
<url value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
<version value="3.0.0"/>
<name value="USCoreEncounterProfile"/>
<title value="US Core Encounter Profile"/>
<status value="active"/>
<experimental value="false"/>
<date value="2019-05-21T00:00:00-04:00"/>
<publisher value="HL7 US Realm Steering Committee"/>
<kind value="resource"/>
<abstract value="false"/>
<type value="Encounter"/>
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Encounter"/>
<derivation value="constraint"/>
Lloyd McKenzie (Oct 23 2019 at 17:18):
I think that's broken. @Grahame Grieve ?
Jean Duteau (Oct 23 2019 at 17:21):
I checked earlier profiles and they were all the same - kind value="resource". Maybe it's supposed to refer to the derivation since that has a value of constraint?
Lloyd McKenzie (Oct 23 2019 at 17:26):
Perhaps
Grahame Grieve (Oct 23 2019 at 17:43):
yes it's supposed to refer to derivation not kind. Specifically, this is a mismatch between generic language and a specific element name. We should definitely have a task to fix it
Jean Duteau (Oct 23 2019 at 17:44):
I created a GForge item already.
Last updated: Apr 12 2022 at 19:14 UTC