FHIR Chat · can't find US Core definitions · shorthand

Stream: shorthand

Topic: can't find US Core definitions


view this post on Zulip Eric Haas (Jun 25 2020 at 23:29):

for these Aliases

Alias: $USPatient = http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
Alias: $USPractitioner = http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner
Alias: $USOrganization = http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization

I'm getting the error

error No definition for the type "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner" could be found.
  File: /Users/ehaas/Documents/FHIR/Sushi-Sandbox/fsh/my-profiles.fsh
  Line: 19
error No definition for the type "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" could be found.
  File: /Users/ehaas/Documents/FHIR/Sushi-Sandbox/fsh/my-profiles.fsh
  Line: 33
info  Converted 3 FHIR StructureDefinitions.

view this post on Zulip Chris Moesel (Jun 26 2020 at 01:16):

Hi @Eric Haas. Have you specified US Core as a dependency in your config.yaml file? E.g.:

dependencies:
  hl7.fhir.us.core: 3.1.0

view this post on Zulip Eric Haas (Jun 26 2020 at 01:52):

yes and that solved it thanks


Last updated: Apr 12 2022 at 19:14 UTC