FHIR Chat · Referencing most recent version of US Core Patient · implementers

Stream: implementers

Topic: Referencing most recent version of US Core Patient


view this post on Zulip Nathan Davis (Nov 10 2020 at 16:57):

How do I reference the current version of US Core Patient in an observation profile? I've looked through the different versions and they all have the same "official URL" of http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient. My code snippet: <path value="Observation.subject"/>
<min value="1"/>
<max value="1"/>
<type>
<code value="Reference"/>
<targetProfile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
</type>

view this post on Zulip Lloyd McKenzie (Nov 10 2020 at 17:54):

The version is normally handled by the declared dependency to the US Core IG in the IG in which you're defining your profile


Last updated: Apr 12 2022 at 19:14 UTC