0.1.1 - ci-build

ScheduleOfActivityIG - Local Development build (v0.1.1). See the Directory of published versions

Resource Profile: SOA Subject

Defining URL:http://example.org/br-and-r/soa/StructureDefinition/Soa-Subject
Version:0.1.1
Name:SOASubject
Title:SOA Subject
Status:Active as of 2021-05-26T14:52:13+00:00
Definition:

A research subject example.

Source Resource:XML / JSON / Turtle

The official URL for this profile is:

http://example.org/br-and-r/soa/StructureDefinition/Soa-Subject

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from ResearchSubject

Summary

This structure is derived from ResearchSubject

NameFlagsCard.TypeDescription & Constraintsdoco
.. ResearchSubject 0..*ResearchSubjectPhysical entity which is the primary unit of interest in the study

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ResearchSubject 0..*ResearchSubjectPhysical entity which is the primary unit of interest in the study
... id Σ0..1stringLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for research subject in a study
... status ?!Σ1..1codecandidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn
Binding: ResearchSubjectStatus (required): Indicates the progression of a study subject through a study.

... period Σ0..1PeriodStart and end of participation
... study Σ1..1Reference(ResearchStudy)Study subject is part of
... individual Σ1..1Reference(Patient)Who is part of study
... assignedArm 0..1stringWhat path should be followed
... actualArm 0..1stringWhat path was followed
... consent 0..1Reference(Consent)Agreement to participate in study

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. ResearchSubject 0..*ResearchSubjectPhysical entity which is the primary unit of interest in the study

doco Documentation for this format

This structure is derived from ResearchSubject

Summary

Differential View

This structure is derived from ResearchSubject

NameFlagsCard.TypeDescription & Constraintsdoco
.. ResearchSubject 0..*ResearchSubjectPhysical entity which is the primary unit of interest in the study

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. ResearchSubject 0..*ResearchSubjectPhysical entity which is the primary unit of interest in the study
... id Σ0..1stringLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... identifier Σ0..*IdentifierBusiness Identifier for research subject in a study
... status ?!Σ1..1codecandidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn
Binding: ResearchSubjectStatus (required): Indicates the progression of a study subject through a study.

... period Σ0..1PeriodStart and end of participation
... study Σ1..1Reference(ResearchStudy)Study subject is part of
... individual Σ1..1Reference(Patient)Who is part of study
... assignedArm 0..1stringWhat path should be followed
... actualArm 0..1stringWhat path was followed
... consent 0..1Reference(Consent)Agreement to participate in study

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet
ResearchSubject.languagepreferredCommonLanguages
Max Binding: AllLanguages
ResearchSubject.statusrequiredResearchSubjectStatus

Constraints

IdPathDetailsRequirements
dom-2ResearchSubjectIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3ResearchSubjectIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4ResearchSubjectIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5ResearchSubjectIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6ResearchSubjectA resource should have narrative for robust management
: text.`div`.exists()
ele-1ResearchSubject.metaAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.implicitRulesAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.languageAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.textAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.extensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1ResearchSubject.extensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1ResearchSubject.modifierExtensionAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1ResearchSubject.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
ele-1ResearchSubject.identifierAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.statusAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.periodAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.studyAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.individualAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.assignedArmAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.actualArmAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ele-1ResearchSubject.consentAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())