We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Validate against US Core 3.1.1 profiles.
package.tgz
lib\inferno_template\igs
patient_group.rb
run do assert_resource_type(:patient) assert_valid_resource(profile_url: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient') end
inferno_template.rb
assert_valid_bundle_entries( resource_types: { 'Condition': 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition' } )
link to the diff between step-1 and step-1-solution branches.
step-1
step-1-solution