Unattributed Code Systems

Copyright Fragment

This fragment is not visible to the reader

No use of external IP (other than from the FHIR specification)

Copyright and Registered Trademark Uses

External References

Type Reference Content
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient/example-patient - Change History

History of changes for example-patient .

web www.synanetics.com Visit the Synanetics Website Read the Synanetics Blog
web blog.synanetics.com Visit the Synanetics Website Read the Synanetics Blog
web synanetics.com IG © 2026+ Synanetics Ltd . Package synanetics-fhir-blog#0.1.0 based on FHIR 4.0.1 . Generated 2026-04-10
Links: Table of Contents | QA Report
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Example Patient: example-patient

Anonymous Patient (no stated gender), DoB Unknown


img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-patient - JSON Representation

Raw json | Download

                      
{
  "resourceType" : "Patient",
  "id" : "example-patient",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient</b></p><a name=\"example-patient\"> </a><a name=\"hcexample-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown</p><hr/></div>"
  }
}
                      
                    
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-patient - TTL Representation

Raw ttl | Download

                      

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-patient"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example-patient</b></p><a name=\"example-patient\"> </a><a name=\"hcexample-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown</p><hr/></div>"^^rdf:XMLLiteral ]
  ] . # 


                      
                    
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-patient - XML Representation

Raw xml | Download

                      

<Patient xmlns="http://hl7.org/fhir">
  <id value="example-patient"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example-patient</b></p><a name="example-patient"> </a><a name="hcexample-patient"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anonymous Patient (no stated gender), DoB Unknown</p><hr/></div>
  </text>
</Patient>
                      
                    
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - Detailed Descriptions

Draft as of 2026-04-10

Definitions for the Synanetics-Synanetics resource profile.

Guidance on how to interpret the contents of this table can be found here

0. Basic
Definition

Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.

Short Resource for non-supported content
Control 0 .. *
Is Modifier false
Summary false
Alternate Names Z-resource , Extension-resource , Custom-resource
Invariants dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: If 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-4: If 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-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
2. Basic.implicitRules
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Short A set of rules under which this content was created
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control 0 .. 1
Type uri
Is Modifier true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive Value This primitive element may be present, or absent, or replaced by an extension
Summary true
Invariants ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Basic.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Short Extensions that cannot be ignored
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control 0 .. *
Type Extension
Is Modifier true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Summary false
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions .

Alternate Names extensions , user content
Invariants ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. Basic.code
Definition

Identifies the 'type' of resource - equivalent to the resource name for other resources.

Short Kind of Resource
Comments

Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource. Refer to the resource notes section for information on appropriate terminologies for this code.

This element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored.

Control 1 .. 1
Binding For example codes, see BasicResourceTypeshttp://hl7.org/fhir/ValueSet/basic-resource-type|4.0.1
(example to http://hl7.org/fhir/ValueSet/basic-resource-type|4.0.1)

Codes for identifying types of resources not yet defined by FHIR.

Type CodeableConcept
Is Modifier true because This element determines what kind of resource is being represented which drives the meaning of all of the other elements.
Summary true
Requirements

Must be able to distinguish different types of Basic resources.

Invariants ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

Guidance on how to interpret the contents of this table can be found here

0. Basic

Guidance on how to interpret the contents of this table can be found here

0. Basic
Definition

Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.

Short Resource for non-supported content
Control 0..*
Is Modifier false
Summary false
Alternate Names Z-resource, Extension-resource, Custom-resource
Invariants dom-2 : If the resource is contained in another resource, it SHALL NOT contain nested Resources ( contained.contained.empty() )
dom-3 : If 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-4 : If 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-5 : If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )
dom-6 : A resource should have narrative for robust management ( text.`div`.exists() )
2. Basic.id
Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Short Logical id of this artifact
Comments

The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

Control 0..1
Type id
Is Modifier false
Summary true
4. Basic.meta
Definition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Short Metadata about the resource
Control 0..1
Type Meta
Is Modifier false
Summary true
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
6. Basic.implicitRules
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Short A set of rules under which this content was created
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control 0..1
Type uri
Is Modifier true because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive Value This primitive element may be present, or absent, or replaced by an extension
Summary true
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
8. Basic.language
Definition

The base language in which the resource is written.

Short Language of the resource content
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Control 0..1
Binding The codes SHOULD be taken from CommonLanguages
(preferred to http://hl7.org/fhir/ValueSet/languages|4.0.1)

A human language.

Additional Bindings Purpose
AllLanguages Max Binding
Type code
Is Modifier false
Primitive Value This primitive element may be present, or absent, or replaced by an extension
Summary false
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
10. Basic.text
Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Short Text summary of the resource, for human interpretation
Comments

Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

Control 0..1
Type Narrative
Is Modifier false
Summary false
Alternate Names narrative, html, xhtml, display
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
12. Basic.contained
Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

Short Contained, inline Resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

Control 0..*
Type Resource
Is Modifier false
Summary false
Alternate Names inline resources, anonymous resources, contained resources
14. Basic.extension
Definition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Short Additional content defined by implementations
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control 0..*
Type Extension
Is Modifier false
Summary false
Alternate Names extensions, user content
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
ext-1 : Must have either extensions or value[x], not both ( extension.exists() != value.exists() )
16. Basic.modifierExtension
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Short Extensions that cannot be ignored
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control 0..*
Type Extension
Is Modifier true because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
Summary false
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions .

Alternate Names extensions, user content
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
ext-1 : Must have either extensions or value[x], not both ( extension.exists() != value.exists() )
18. Basic.identifier
Definition

Identifier assigned to the resource for business purposes, outside the context of FHIR.

Short Business identifier
Note This is a business identifier, not a resource identifier (see discussion )
Control 0..*
Type Identifier
Is Modifier false
Summary true
Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
20. Basic.code
Definition

Identifies the 'type' of resource - equivalent to the resource name for other resources.

Short Kind of Resource
Comments

Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource. Refer to the resource notes section for information on appropriate terminologies for this code.

This element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored.

Control 1..1
Binding For example codes, see BasicResourceTypes
(example to http://hl7.org/fhir/ValueSet/basic-resource-type|4.0.1)

Codes for identifying types of resources not yet defined by FHIR.

Type CodeableConcept
Is Modifier true because This element determines what kind of resource is being represented which drives the meaning of all of the other elements.
Summary true
Requirements

Must be able to distinguish different types of Basic resources.

Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
22. Basic.subject
Definition

Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.

Short Identifies the focus of this resource
Comments

Optional as not all potential resources will have subjects. Resources associated with multiple subjects can handle this via extension.

Control 0..1
Type Reference ( Resource )
Is Modifier false
Summary true
Requirements

Needed for partitioning the resource by Patient.

Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
24. Basic.created
Definition

Identifies when the resource was first created.

Short When created
Control 0..1
Type date
Is Modifier false
Primitive Value This primitive element may be present, or absent, or replaced by an extension
Summary true
Requirements

Allows ordering resource instances by time.

Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
26. Basic.author
Definition

Indicates who was responsible for creating the resource instance.

Short Who created
Control 0..1
Type Reference ( Practitioner , PractitionerRole , Patient , RelatedPerson , Organization )
Is Modifier false
Summary true
Requirements

Needed for partitioning the resource.

Invariants ele-1 : All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count()) )
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - Examples

Draft as of 2026-04-10

No examples are currently available for the Profile.

img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - Mappings

Draft as of 2026-04-10

Mappings for the Synanetics-Synanetics resource profile.

Mappings to Structures in this Implementation Guide

No Mappings Found

Mappings to other Structures

No Mappings Found

Other Mappings

Name RIM Mapping FiveWs Pattern Mapping doco
. . Basic
  • Act
  • Entity or Role
. . . id
. . . meta
. . . implicitRules
. . . text
Act.text?
. . . contained
N/A
. . . extension
N/A
. . . modifierExtension
N/A
. . . identifier
./identifier
FiveWs.identifier
. . . code
./code
FiveWs.what[x]
. . . subject
./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)
FiveWs.subject
. . . created
./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)
FiveWs.recorded
. . . author
./participation[typeCode='SUB'] (possibly through a ControlAct and Role)
FiveWs.author

doco Documentation for this format
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - Testing

Draft as of 2026-04-10

Test Plans

No test plans are currently available for the Profile.

Test Scripts

No test scripts are currently available for the Profile.

img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Synanetics Basic

Official URL : https://fhir.blog.synanetics.cloud/StructureDefinition/Synanetics-Synanetics Version : 0.1.0
Draft as of 2026-04-10 Computable Name : SynaneticsBasic

This profile defines the constraints and extensions on the HL7 FHIR Resource Basic

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

Name Flags Card. Type Description & Constraints      Filter: Filters doco
. . Basic 0..* Basic Resource for non-supported content
. . . implicitRules ?! Σ 0..1 uri A set of rules under which this content was created
. . . modifierExtension ?! 0..* Extension Extensions that cannot be ignored
. . . code ?! Σ 1..1 CodeableConcept Kind of Resource
Binding: BasicResourceTypes ( example ) : Codes for identifying types of resources not yet defined by FHIR.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Basic.code Base example Basic Resource Types 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Basic If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Basic If 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-4 error Basic If 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-5 error Basic If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Basic A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Basic

Name Flags Card. Type Description & Constraints      Filter: Filters doco
. . Basic 0 .. * Basic Resource for non-supported content

doco Documentation for this format
Name Flags Card. Type Description & Constraints      Filter: Filters doco
. . Basic 0..* Basic Resource for non-supported content
. . . id Σ 0..1 id Logical id of this artifact
. . . meta Σ 0..1 Meta Metadata about the resource
. . . implicitRules ?! Σ 0..1 uri A set of rules under which this content was created
. . . text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
. . . contained 0..* Resource Contained, inline Resources
. . . extension 0..* Extension Additional content defined by implementations
. . . modifierExtension ?! 0..* Extension Extensions that cannot be ignored
. . . identifier Σ 0..* Identifier Business identifier
. . . code ?! Σ 1..1 CodeableConcept Kind of Resource
Binding: BasicResourceTypes ( example ) : Codes for identifying types of resources not yet defined by FHIR.
. . . subject Σ 0..1 Reference ( Resource ) Identifies the focus of this resource
. . . created Σ 0..1 date When created
. . . author Σ 0..1 Reference ( Practitioner | PractitionerRole | Patient | RelatedPerson | Organization ) Who created

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Basic.language Base preferred Common Languages 📍4.0.1 FHIR Std.
Basic.code Base example Basic Resource Types 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Basic If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Basic If 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-4 error Basic If 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-5 error Basic If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Basic A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Basic

Summary

Key Elements View

Name Flags Card. Type Description & Constraints      Filter: Filters doco
. . Basic 0..* Basic Resource for non-supported content
. . . implicitRules ?! Σ 0..1 uri A set of rules under which this content was created
. . . modifierExtension ?! 0..* Extension Extensions that cannot be ignored
. . . code ?! Σ 1..1 CodeableConcept Kind of Resource
Binding: BasicResourceTypes ( example ) : Codes for identifying types of resources not yet defined by FHIR.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Basic.code Base example Basic Resource Types 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Basic If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Basic If 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-4 error Basic If 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-5 error Basic If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Basic A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

Differential View

This structure is derived from Basic

Name Flags Card. Type Description & Constraints      Filter: Filters doco
. . Basic 0 .. * Basic Resource for non-supported content

doco Documentation for this format

Snapshot View

Name Flags Card. Type Description & Constraints      Filter: Filters doco
. . Basic 0..* Basic Resource for non-supported content
. . . id Σ 0..1 id Logical id of this artifact
. . . meta Σ 0..1 Meta Metadata about the resource
. . . implicitRules ?! Σ 0..1 uri A set of rules under which this content was created
. . . text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
. . . contained 0..* Resource Contained, inline Resources
. . . extension 0..* Extension Additional content defined by implementations
. . . modifierExtension ?! 0..* Extension Extensions that cannot be ignored
. . . identifier Σ 0..* Identifier Business identifier
. . . code ?! Σ 1..1 CodeableConcept Kind of Resource
Binding: BasicResourceTypes ( example ) : Codes for identifying types of resources not yet defined by FHIR.
. . . subject Σ 0..1 Reference ( Resource ) Identifies the focus of this resource
. . . created Σ 0..1 date When created
. . . author Σ 0..1 Reference ( Practitioner | PractitionerRole | Patient | RelatedPerson | Organization ) Who created

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Basic.language Base preferred Common Languages 📍4.0.1 FHIR Std.
Basic.code Base example Basic Resource Types 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Basic If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Basic If 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-4 error Basic If 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-5 error Basic If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Basic A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()

This structure is derived from Basic

Summary

 

Other representations of profile: CSV , Excel , Schematron

img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - Change History

Draft as of 2026-04-10

Changes in the Synanetics-Synanetics resource profile.

img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - JSON Profile

Draft as of 2026-04-10

JSON representation of the Synanetics-Synanetics resource profile.

Raw json | Download

                      
{
  "resourceType" : "StructureDefinition",
  "id" : "Synanetics-Synanetics",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureDefinition Synanetics-Synanetics</b></p><a name=\"Synanetics-Synanetics\"> </a><a name=\"hcSynanetics-Synanetics\"> </a><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border: 0px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top;\"><tr style=\"border: 1px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top\"><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"The logical name of the element\">Name</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Information about the use of the element\">Flags</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Minimum and Maximum # of times the element can appear in the instance\">Card.</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px; width: 100px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Reference to the type of the element\">Type</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Additional information about the element\">Description &amp; Constraints</a><span style=\"float: right\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Legend for this format\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC\" alt=\"doco\" style=\"background-color: inherit\"/></a></span></th></tr><tr style=\"border: 0px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon_resource.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Resource\" class=\"hierarchy\"/> <a href=\"StructureDefinition-Synanetics-Synanetics-definitions.html#Basic\">Basic</a><a name=\"Basic\"> </a></td><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span style=\"opacity: 0.5\">0</span><span style=\"opacity: 0.5\">..</span><span style=\"opacity: 0.5\">*</span></td><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><a href=\"http://hl7.org/fhir/R4/basic.html\">Basic</a></td><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span style=\"opacity: 0.5\">Resource for non-supported content</span></td></tr>\r\n<tr><td colspan=\"5\" class=\"hierarchy\"><br/><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Legend for this format\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC\" alt=\"doco\" style=\"background-color: inherit\"/> Documentation for this format</a></td></tr></table></div>"
  },
  "url" : "https://fhir.blog.synanetics.cloud/StructureDefinition/Synanetics-Synanetics",
  "version" : "0.1.0",
  "name" : "SynaneticsBasic",
  "title" : "Synanetics Basic",
  "status" : "draft",
  "date" : "2026-04-10T17:49:07+00:00",
  "publisher" : "Synanetics Ltd",
  "contact" : [
    {
      "name" : "Synanetics Ltd",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://synanetics.com"
        },
        {
          "system" : "email",
          "value" : "info@synanetics.com"
        }
      ]
    }
  ],
  "description" : "This profile defines the constraints and extensions on the HL7 FHIR Resource [Basic](http://hl7.org/fhir/R4/basic)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "GB",
          "display" : "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Basic",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Basic",
  "derivation" : "constraint",
  "snapshot" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString" : "4.0.1"
      }
    ],
    "element" : [
      {
        "id" : "Basic",
        "path" : "Basic",
        "short" : "Resource for non-supported content",
        "definition" : "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.",
        "alias" : [
          "Z-resource",
          "Extension-resource",
          "Custom-resource"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Basic",
          "min" : 0,
          "max" : "*"
        },
        "constraint" : [
          {
            "key" : "dom-2",
            "severity" : "error",
            "human" : "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
            "expression" : "contained.contained.empty()",
            "xpath" : "not(parent::f:contained and f:contained)",
            "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key" : "dom-3",
            "severity" : "error",
            "human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
            "expression" : "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()",
            "xpath" : "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
            "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key" : "dom-4",
            "severity" : "error",
            "human" : "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
            "expression" : "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
            "xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
            "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "key" : "dom-5",
            "severity" : "error",
            "human" : "If a resource is contained in another resource, it SHALL NOT have a security label",
            "expression" : "contained.meta.security.empty()",
            "xpath" : "not(exists(f:contained/*/f:meta/f:security))",
            "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
                "valueBoolean" : true
              },
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
                "valueMarkdown" : "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
              }
            ],
            "key" : "dom-6",
            "severity" : "warning",
            "human" : "A resource should have narrative for robust management",
            "expression" : "text.`div`.exists()",
            "xpath" : "exists(f:text/h:div)",
            "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "Entity. Role, or Act"
          },
          {
            "identity" : "rim",
            "map" : "Act, Entity or Role"
          }
        ]
      },
      {
        "id" : "Basic.id",
        "path" : "Basic.id",
        "short" : "Logical id of this artifact",
        "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
        "comment" : "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl" : "id"
              }
            ],
            "code" : "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier" : false,
        "isSummary" : true
      },
      {
        "id" : "Basic.meta",
        "path" : "Basic.meta",
        "short" : "Metadata about the resource",
        "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.meta",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Meta"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : true
      },
      {
        "id" : "Basic.implicitRules",
        "path" : "Basic.implicitRules",
        "short" : "A set of rules under which this content was created",
        "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
        "comment" : "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.implicitRules",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
        "isSummary" : true
      },
      {
        "id" : "Basic.language",
        "path" : "Basic.language",
        "short" : "Language of the resource content",
        "definition" : "The base language in which the resource is written.",
        "comment" : "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.language",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
              "valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "Language"
            }
          ],
          "strength" : "preferred",
          "description" : "A human language.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/languages|4.0.1"
        }
      },
      {
        "id" : "Basic.text",
        "path" : "Basic.text",
        "short" : "Text summary of the resource, for human interpretation",
        "definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
        "comment" : "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
        "alias" : [
          "narrative",
          "html",
          "xhtml",
          "display"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DomainResource.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "Act.text?"
          }
        ]
      },
      {
        "id" : "Basic.contained",
        "path" : "Basic.contained",
        "short" : "Contained, inline Resources",
        "definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
        "comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
        "alias" : [
          "inline resources",
          "anonymous resources",
          "contained resources"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DomainResource.contained",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Resource"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "Basic.extension",
        "path" : "Basic.extension",
        "short" : "Additional content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DomainResource.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source" : "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "Basic.modifierExtension",
        "path" : "Basic.modifierExtension",
        "short" : "Extensions that cannot be ignored",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DomainResource.modifierExtension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key" : "ext-1",
            "severity" : "error",
            "human" : "Must have either extensions or value[x], not both",
            "expression" : "extension.exists() != value.exists()",
            "xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source" : "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "Basic.identifier",
        "path" : "Basic.identifier",
        "short" : "Business identifier",
        "definition" : "Identifier assigned to the resource for business purposes, outside the context of FHIR.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Basic.identifier",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Identifier"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.identifier"
          },
          {
            "identity" : "rim",
            "map" : "./identifier"
          }
        ]
      },
      {
        "id" : "Basic.code",
        "path" : "Basic.code",
        "short" : "Kind of Resource",
        "definition" : "Identifies the 'type' of resource - equivalent to the resource name for other resources.",
        "comment" : "Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource.  Refer to the resource notes section for information on appropriate terminologies for this code.\n\nThis element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored.",
        "requirements" : "Must be able to distinguish different types of Basic resources.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "Basic.code",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "This element determines what kind of resource is being represented which drives the meaning of all of the other elements.",
        "isSummary" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "BasicResourceType"
            }
          ],
          "strength" : "example",
          "description" : "Codes for identifying types of resources not yet defined by FHIR.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/basic-resource-type|4.0.1"
        },
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.what[x]"
          },
          {
            "identity" : "rim",
            "map" : "./code"
          }
        ]
      },
      {
        "id" : "Basic.subject",
        "path" : "Basic.subject",
        "short" : "Identifies the focus of this resource",
        "definition" : "Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resource.",
        "comment" : "Optional as not all potential resources will have subjects.  Resources associated with multiple subjects can handle this via extension.",
        "requirements" : "Needed for partitioning the resource by Patient.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Basic.subject",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              🔗 "http://hl7.org/fhir/StructureDefinition/Resource|4.0.1"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.subject[x]"
          },
          {
            "identity" : "rim",
            "map" : "./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.subject"
          }
        ]
      },
      {
        "id" : "Basic.created",
        "path" : "Basic.created",
        "short" : "When created",
        "definition" : "Identifies when the resource was first created.",
        "requirements" : "Allows ordering resource instances by time.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Basic.created",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "date"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.recorded"
          },
          {
            "identity" : "rim",
            "map" : "./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)"
          }
        ]
      },
      {
        "id" : "Basic.author",
        "path" : "Basic.author",
        "short" : "Who created",
        "definition" : "Indicates who was responsible for creating the resource instance.",
        "requirements" : "Needed for partitioning the resource.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Basic.author",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              🔗 "http://hl7.org/fhir/StructureDefinition/Practitioner|4.0.1"🔗 ,
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole|4.0.1"🔗 ,
              "http://hl7.org/fhir/StructureDefinition/Patient|4.0.1"🔗 ,
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson|4.0.1"🔗 ,
              "http://hl7.org/fhir/StructureDefinition/Organization|4.0.1"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.author"
          },
          {
            "identity" : "rim",
            "map" : "./participation[typeCode='SUB'] (possibly through a ControlAct and Role)"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "Basic",
        "path" : "Basic"
      }
    ]
  }
}
                      
                    
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - TTL Profile

Draft as of 2026-04-10

TTL representation of the Synanetics-Synanetics resource profile.

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:StructureDefinition ;
                        fhir:nodeRole
 fhir:treeRoot ;
                        fhir:id
 [                       fhir:v
 "Synanetics-Synanetics"] ; # 
                        fhir:text
 [
                      fhir:status
 [                       fhir:v
 "extensions" ] ;
                      fhir:div
 [                       fhir:v
 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: StructureDefinition Synanetics-Synanetics</b></p><a name=\"Synanetics-Synanetics\"> </a><a name=\"hcSynanetics-Synanetics\"> </a><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border: 0px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top;\"><tr style=\"border: 1px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top\"><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"The logical name of the element\">Name</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Information about the use of the element\">Flags</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Minimum and Maximum # of times the element can appear in the instance\">Card.</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px; width: 100px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Reference to the type of the element\">Type</a></th><th style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px\" class=\"hierarchy\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Additional information about the element\">Description &amp; Constraints</a><span style=\"float: right\"><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Legend for this format\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC\" alt=\"doco\" style=\"background-color: inherit\"/></a></span></th></tr><tr style=\"border: 0px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white\"><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0.png)\" class=\"hierarchy\"><img src=\"tbl_spacer.png\" alt=\".\" style=\"background-color: inherit\" class=\"hierarchy\"/><img src=\"icon_resource.png\" alt=\".\" style=\"background-color: white; background-color: inherit\" title=\"Resource\" class=\"hierarchy\"/> <a href=\"StructureDefinition-Synanetics-Synanetics-definitions.html#Basic\">Basic</a><a name=\"Basic\"> </a></td><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"/><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span style=\"opacity: 0.5\">0</span><span style=\"opacity: 0.5\">..</span><span style=\"opacity: 0.5\">*</span></td><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><a href=\"http://hl7.org/fhir/R4/basic.html\">Basic</a></td><td style=\"vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px\" class=\"hierarchy\"><span style=\"opacity: 0.5\">Resource for non-supported content</span></td></tr>#xD;\n<tr><td colspan=\"5\" class=\"hierarchy\"><br/><a href=\"https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views\" title=\"Legend for this format\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC\" alt=\"doco\" style=\"background-color: inherit\"/> Documentation for this format</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
                        fhir:url
 [
                      fhir:v
 "https://fhir.blog.synanetics.cloud/StructureDefinition/Synanetics-Synanetics"^^xsd:anyURI ;
                      fhir:l
 <https://fhir.blog.synanetics.cloud/StructureDefinition/Synanetics-Synanetics>
  ] ; # 
                        fhir:version
 [                       fhir:v
 "0.1.0"] ; # 
                        fhir:name
 [                       fhir:v
 "SynaneticsBasic"] ; # 
                        fhir:title
 [                       fhir:v
 "Synanetics Basic"] ; # 
                        fhir:status
 [                       fhir:v
 "draft"] ; # 
                        fhir:date
 [                       fhir:v
 "2026-04-10T17:49:07+00:00"^^xsd:dateTime] ; # 
                        fhir:publisher
 [                       fhir:v
 "Synanetics Ltd"] ; # 
                        fhir:contact
 ( [
                      fhir:name
 [                       fhir:v
 "Synanetics Ltd" ] ;
    (                       fhir:telecom
 [
                      fhir:system
 [                       fhir:v
 "url" ] ;
                      fhir:value
 [                       fhir:v
 "https://synanetics.com" ]     ] [
                      fhir:system
 [                       fhir:v
 "email" ] ;
                      fhir:value
 [                       fhir:v
 "info@synanetics.com" ]     ] )
  ] ) ; # 
                        fhir:description
 [                       fhir:v
 "This profile defines the constraints and extensions on the HL7 FHIR Resource [Basic](http://hl7.org/fhir/R4/basic)"] ; # 
                        fhir:jurisdiction
 ( [
    (                       fhir:coding
 [
                      fhir:system
 [
                      fhir:v
 "urn:iso:std:iso:3166"^^xsd:anyURI ;
                      fhir:l
 <urn:iso:std:iso:3166>       ] ;
                      fhir:code
 [                       fhir:v
 "GB" ] ;
                      fhir:display
 [                       fhir:v
 "United Kingdom of Great Britain and Northern Ireland" ]     ] )
  ] ) ; # 
                        fhir:fhirVersion
 [                       fhir:v
 "4.0.1"] ; # 
                        fhir:mapping
 ( [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:uri
 [
                      fhir:v
 "http://hl7.org/v3"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/v3>     ] ;
                      fhir:name
 [                       fhir:v
 "RIM Mapping" ]
  ] [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:uri
 [
                      fhir:v
 "http://hl7.org/fhir/fivews"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/fivews>     ] ;
                      fhir:name
 [                       fhir:v
 "FiveWs Pattern Mapping" ]
  ] ) ; # 
                        fhir:kind
 [                       fhir:v
 "resource"] ; # 
                        fhir:abstract
 [                       fhir:v
 false] ; # 
                        fhir:type
 [
                      fhir:v
 "Basic"^^xsd:anyURI ;
                      fhir:l
 fhir:Basic
  ] ; # 
                        fhir:baseDefinition
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Basic"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Basic>
  ] ; # 
                        fhir:derivation
 [                       fhir:v
 "constraint"] ; # 
                        fhir:snapshot
 [
    (                       fhir:extension
 [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version>       ] ;
                      fhir:value
 [
                      a
 fhir:String ;
                      fhir:v
 "4.0.1"       ]     ] ) ;
    (                       fhir:element
 [
                      fhir:id
 [                       fhir:v
 "Basic" ] ;
                      fhir:path
 [                       fhir:v
 "Basic" ] ;
                      fhir:short
 [                       fhir:v
 "Resource for non-supported content" ] ;
                      fhir:definition
 [                       fhir:v
 "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification." ] ;
      (                       fhir:alias
 [                       fhir:v
 "Z-resource" ] [                       fhir:v
 "Extension-resource" ] [                       fhir:v
 "Custom-resource" ] ) ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Basic" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ]       ] ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "dom-2" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "If the resource is contained in another resource, it SHALL NOT contain nested Resources" ] ;
                      fhir:expression
 [                       fhir:v
 "contained.contained.empty()" ] ;
                      fhir:xpath
 [                       fhir:v
 "not(parent::f:contained and f:contained)" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/DomainResource>         ]       ] [
                      fhir:key
 [                       fhir:v
 "dom-3" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource" ] ;
                      fhir:expression
 [                       fhir:v
 "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()" ] ;
                      fhir:xpath
 [                       fhir:v
 "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/DomainResource>         ]       ] [
                      fhir:key
 [                       fhir:v
 "dom-4" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated" ] ;
                      fhir:expression
 [                       fhir:v
 "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" ] ;
                      fhir:xpath
 [                       fhir:v
 "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/DomainResource>         ]       ] [
                      fhir:key
 [                       fhir:v
 "dom-5" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "If a resource is contained in another resource, it SHALL NOT have a security label" ] ;
                      fhir:expression
 [                       fhir:v
 "contained.meta.security.empty()" ] ;
                      fhir:xpath
 [                       fhir:v
 "not(exists(f:contained/*/f:meta/f:security))" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/DomainResource>         ]       ] [
        (                       fhir:extension
 [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice>           ] ;
                      fhir:value
 [
                      a
 fhir:Boolean ;
                      fhir:v
 true           ]         ] [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation>           ] ;
                      fhir:value
 [
                      a
 fhir:Markdown ;
                      fhir:v
 "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."           ]         ] ) ;
                      fhir:key
 [                       fhir:v
 "dom-6" ] ;
                      fhir:severity
 [                       fhir:v
 "warning" ] ;
                      fhir:human
 [                       fhir:v
 "A resource should have narrative for robust management" ] ;
                      fhir:expression
 [                       fhir:v
 "text.`div`.exists()" ] ;
                      fhir:xpath
 [                       fhir:v
 "exists(f:text/h:div)" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/DomainResource"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/DomainResource>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 false ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "Entity. Role, or Act" ]       ] [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "Act, Entity or Role" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.id" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.id" ] ;
                      fhir:short
 [                       fhir:v
 "Logical id of this artifact" ] ;
                      fhir:definition
 [                       fhir:v
 "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes." ] ;
                      fhir:comment
 [                       fhir:v
 "The only time that a resource does not have an id is when it is being submitted to the server using a create operation." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Resource.id" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
        (                       fhir:extension
 [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type>           ] ;
                      fhir:value
 [
                      a
 fhir:Url ;
                      fhir:v
 "id"^^xsd:anyURI ;
                      fhir:l
 fhir:id           ]         ] ) ;
                      fhir:code
 [
                      fhir:v
 "http://hl7.org/fhirpath/System.String"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhirpath/System.String>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 true ]     ] [
                      fhir:id
 [                       fhir:v
 "Basic.meta" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.meta" ] ;
                      fhir:short
 [                       fhir:v
 "Metadata about the resource" ] ;
                      fhir:definition
 [                       fhir:v
 "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Resource.meta" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Meta"^^xsd:anyURI ;
                      fhir:l
 fhir:Meta         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 true ]     ] [
                      fhir:id
 [                       fhir:v
 "Basic.implicitRules" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.implicitRules" ] ;
                      fhir:short
 [                       fhir:v
 "A set of rules under which this content was created" ] ;
                      fhir:definition
 [                       fhir:v
 "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc." ] ;
                      fhir:comment
 [                       fhir:v
 "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Resource.implicitRules" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "uri"^^xsd:anyURI ;
                      fhir:l
 fhir:uri         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 true ] ;
                      fhir:isModifierReason
 [                       fhir:v
 "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation" ] ;
                      fhir:isSummary
 [                       fhir:v
 true ]     ] [
                      fhir:id
 [                       fhir:v
 "Basic.language" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.language" ] ;
                      fhir:short
 [                       fhir:v
 "Language of the resource content" ] ;
                      fhir:definition
 [                       fhir:v
 "The base language in which the resource is written." ] ;
                      fhir:comment
 [                       fhir:v
 "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Resource.language" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "code"^^xsd:anyURI ;
                      fhir:l
 fhir:code         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 false ] ;
                      fhir:binding
 [
        (                       fhir:extension
 [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet>           ] ;
                      fhir:value
 [
                      a
 fhir:Canonical ;
                      fhir:v
 "http://hl7.org/fhir/ValueSet/all-languages"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/ValueSet/all-languages>           ]         ] [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName>           ] ;
                      fhir:value
 [
                      a
 fhir:String ;
                      fhir:v
 "Language"           ]         ] ) ;
                      fhir:strength
 [                       fhir:v
 "preferred" ] ;
                      fhir:description
 [                       fhir:v
 "A human language." ] ;
                      fhir:valueSet
 [
                      fhir:v
 "http://hl7.org/fhir/ValueSet/languages|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/ValueSet/languages?version=4.0.1>         ]       ]     ] [
                      fhir:id
 [                       fhir:v
 "Basic.text" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.text" ] ;
                      fhir:short
 [                       fhir:v
 "Text summary of the resource, for human interpretation" ] ;
                      fhir:definition
 [                       fhir:v
 "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety." ] ;
                      fhir:comment
 [                       fhir:v
 "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later." ] ;
      (                       fhir:alias
 [                       fhir:v
 "narrative" ] [                       fhir:v
 "html" ] [                       fhir:v
 "xhtml" ] [                       fhir:v
 "display" ] ) ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "DomainResource.text" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Narrative"^^xsd:anyURI ;
                      fhir:l
 fhir:Narrative         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 false ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "Act.text?" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.contained" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.contained" ] ;
                      fhir:short
 [                       fhir:v
 "Contained, inline Resources" ] ;
                      fhir:definition
 [                       fhir:v
 "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope." ] ;
                      fhir:comment
 [                       fhir:v
 "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels." ] ;
      (                       fhir:alias
 [                       fhir:v
 "inline resources" ] [                       fhir:v
 "anonymous resources" ] [                       fhir:v
 "contained resources" ] ) ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "DomainResource.contained" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Resource"^^xsd:anyURI ;
                      fhir:l
 fhir:Resource         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 false ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "N/A" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.extension" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.extension" ] ;
                      fhir:short
 [                       fhir:v
 "Additional content defined by implementations" ] ;
                      fhir:definition
 [                       fhir:v
 "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ] ;
                      fhir:comment
 [                       fhir:v
 "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ;
      (                       fhir:alias
 [                       fhir:v
 "extensions" ] [                       fhir:v
 "user content" ] ) ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "DomainResource.extension" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Extension"^^xsd:anyURI ;
                      fhir:l
 fhir:Extension         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] [
                      fhir:key
 [                       fhir:v
 "ext-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "Must have either extensions or value[x], not both" ] ;
                      fhir:expression
 [                       fhir:v
 "extension.exists() != value.exists()" ] ;
                      fhir:xpath
 [                       fhir:v
 "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Extension"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Extension>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 false ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "N/A" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.modifierExtension" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.modifierExtension" ] ;
                      fhir:short
 [                       fhir:v
 "Extensions that cannot be ignored" ] ;
                      fhir:definition
 [                       fhir:v
 "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)." ] ;
                      fhir:comment
 [                       fhir:v
 "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ;
                      fhir:requirements
 [                       fhir:v
 "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)." ] ;
      (                       fhir:alias
 [                       fhir:v
 "extensions" ] [                       fhir:v
 "user content" ] ) ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "DomainResource.modifierExtension" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Extension"^^xsd:anyURI ;
                      fhir:l
 fhir:Extension         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] [
                      fhir:key
 [                       fhir:v
 "ext-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "Must have either extensions or value[x], not both" ] ;
                      fhir:expression
 [                       fhir:v
 "extension.exists() != value.exists()" ] ;
                      fhir:xpath
 [                       fhir:v
 "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Extension"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Extension>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 true ] ;
                      fhir:isModifierReason
 [                       fhir:v
 "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" ] ;
                      fhir:isSummary
 [                       fhir:v
 false ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "N/A" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.identifier" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.identifier" ] ;
                      fhir:short
 [                       fhir:v
 "Business identifier" ] ;
                      fhir:definition
 [                       fhir:v
 "Identifier assigned to the resource for business purposes, outside the context of FHIR." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Basic.identifier" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "*" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Identifier"^^xsd:anyURI ;
                      fhir:l
 fhir:Identifier         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 true ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:map
 [                       fhir:v
 "FiveWs.identifier" ]       ] [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "./identifier" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.code" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.code" ] ;
                      fhir:short
 [                       fhir:v
 "Kind of Resource" ] ;
                      fhir:definition
 [                       fhir:v
 "Identifies the 'type' of resource - equivalent to the resource name for other resources." ] ;
                      fhir:comment
 [                       fhir:v
 "Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource.  Refer to the resource notes section for information on appropriate terminologies for this code.\n\nThis element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored." ] ;
                      fhir:requirements
 [                       fhir:v
 "Must be able to distinguish different types of Basic resources." ] ;
                      fhir:min
 [                       fhir:v
 "1"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Basic.code" ] ;
                      fhir:min
 [                       fhir:v
 "1"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "CodeableConcept"^^xsd:anyURI ;
                      fhir:l
 fhir:CodeableConcept         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 true ] ;
                      fhir:isModifierReason
 [                       fhir:v
 "This element determines what kind of resource is being represented which drives the meaning of all of the other elements." ] ;
                      fhir:isSummary
 [                       fhir:v
 true ] ;
                      fhir:binding
 [
        (                       fhir:extension
 [
                      fhir:url
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName>           ] ;
                      fhir:value
 [
                      a
 fhir:String ;
                      fhir:v
 "BasicResourceType"           ]         ] ) ;
                      fhir:strength
 [                       fhir:v
 "example" ] ;
                      fhir:description
 [                       fhir:v
 "Codes for identifying types of resources not yet defined by FHIR." ] ;
                      fhir:valueSet
 [
                      fhir:v
 "http://hl7.org/fhir/ValueSet/basic-resource-type|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/ValueSet/basic-resource-type?version=4.0.1>         ]       ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:map
 [                       fhir:v
 "FiveWs.what[x]" ]       ] [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "./code" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.subject" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.subject" ] ;
                      fhir:short
 [                       fhir:v
 "Identifies the focus of this resource" ] ;
                      fhir:definition
 [                       fhir:v
 "Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resource." ] ;
                      fhir:comment
 [                       fhir:v
 "Optional as not all potential resources will have subjects.  Resources associated with multiple subjects can handle this via extension." ] ;
                      fhir:requirements
 [                       fhir:v
 "Needed for partitioning the resource by Patient." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Basic.subject" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Reference"^^xsd:anyURI ;
                      fhir:l
 fhir:Reference         ] ;
        (                       fhir:targetProfile
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Resource|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Resource?version=4.0.1>         ] )       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 true ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:map
 [                       fhir:v
 "FiveWs.subject[x]" ]       ] [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)" ]       ] [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:map
 [                       fhir:v
 "FiveWs.subject" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.created" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.created" ] ;
                      fhir:short
 [                       fhir:v
 "When created" ] ;
                      fhir:definition
 [                       fhir:v
 "Identifies when the resource was first created." ] ;
                      fhir:requirements
 [                       fhir:v
 "Allows ordering resource instances by time." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Basic.created" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "date"^^xsd:anyURI ;
                      fhir:l
 fhir:date         ]       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 true ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:map
 [                       fhir:v
 "FiveWs.recorded" ]       ] [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)" ]       ] )     ] [
                      fhir:id
 [                       fhir:v
 "Basic.author" ] ;
                      fhir:path
 [                       fhir:v
 "Basic.author" ] ;
                      fhir:short
 [                       fhir:v
 "Who created" ] ;
                      fhir:definition
 [                       fhir:v
 "Indicates who was responsible for creating the resource instance." ] ;
                      fhir:requirements
 [                       fhir:v
 "Needed for partitioning the resource." ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ] ;
                      fhir:base
 [
                      fhir:path
 [                       fhir:v
 "Basic.author" ] ;
                      fhir:min
 [                       fhir:v
 "0"^^xsd:nonNegativeInteger ] ;
                      fhir:max
 [                       fhir:v
 "1" ]       ] ;
      (                       fhir:type
 [
                      fhir:code
 [
                      fhir:v
 "Reference"^^xsd:anyURI ;
                      fhir:l
 fhir:Reference         ] ;
        (                       fhir:targetProfile
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Practitioner|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Practitioner?version=4.0.1>         ] [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/PractitionerRole|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/PractitionerRole?version=4.0.1>         ] [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Patient|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Patient?version=4.0.1>         ] [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/RelatedPerson|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/RelatedPerson?version=4.0.1>         ] [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Organization|4.0.1"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Organization?version=4.0.1>         ] )       ] ) ;
      (                       fhir:constraint
 [
                      fhir:key
 [                       fhir:v
 "ele-1" ] ;
                      fhir:severity
 [                       fhir:v
 "error" ] ;
                      fhir:human
 [                       fhir:v
 "All FHIR elements must have a @value or children" ] ;
                      fhir:expression
 [                       fhir:v
 "hasValue() or (children().count() > id.count())" ] ;
                      fhir:xpath
 [                       fhir:v
 "@value|f:*|h:div" ] ;
                      fhir:source
 [
                      fhir:v
 "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
                      fhir:l
 <http://hl7.org/fhir/StructureDefinition/Element>         ]       ] ) ;
                      fhir:isModifier
 [                       fhir:v
 false ] ;
                      fhir:isSummary
 [                       fhir:v
 true ] ;
      (                       fhir:mapping
 [
                      fhir:identity
 [                       fhir:v
 "w5" ] ;
                      fhir:map
 [                       fhir:v
 "FiveWs.author" ]       ] [
                      fhir:identity
 [                       fhir:v
 "rim" ] ;
                      fhir:map
 [                       fhir:v
 "./participation[typeCode='SUB'] (possibly through a ControlAct and Role)" ]       ] )     ] )
  ] ; # 
                        fhir:differential
 [
    (                       fhir:element
 [
                      fhir:id
 [                       fhir:v
 "Basic" ] ;
                      fhir:path
 [                       fhir:v
 "Basic" ]     ] )
  ] . # 


                    
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: SynaneticsBasic - XML Profile

Draft as of 2026-04-10

XML representation of the Synanetics-Synanetics resource profile.

Raw xml | Download

                      

<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="Synanetics-Synanetics"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: StructureDefinition Synanetics-Synanetics</b></p><a name="Synanetics-Synanetics"> </a><a name="hcSynanetics-Synanetics"> </a><table border="0" cellpadding="0" cellspacing="0" style="border: 0px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top;"><tr style="border: 1px #F0F0F0 solid; font-size: 11px; font-family: verdana; vertical-align: top"><th style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px" class="hierarchy"><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="The logical name of the element">Name</a></th><th style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px" class="hierarchy"><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="Information about the use of the element">Flags</a></th><th style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px" class="hierarchy"><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="Minimum and Maximum # of times the element can appear in the instance">Card.</a></th><th style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px; width: 100px" class="hierarchy"><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="Reference to the type of the element">Type</a></th><th style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; padding-top: 3px; padding-bottom: 3px" class="hierarchy"><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="Additional information about the element">Description &amp; Constraints</a><span style="float: right"><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="Legend for this format"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC" alt="doco" style="background-color: inherit"/></a></span></th></tr><tr style="border: 0px #F0F0F0 solid; padding:0px; vertical-align: top; background-color: white"><td style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px; white-space: nowrap; background-image: url(tbl_bck0.png)" class="hierarchy"><img src="tbl_spacer.png" alt="." style="background-color: inherit" class="hierarchy"/><img src="icon_resource.png" alt="." style="background-color: white; background-color: inherit" title="Resource" class="hierarchy"/> <a href="StructureDefinition-Synanetics-Synanetics-definitions.html#Basic">Basic</a><a name="Basic"> </a></td><td style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px" class="hierarchy"/><td style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px" class="hierarchy"><span style="opacity: 0.5">0</span><span style="opacity: 0.5">..</span><span style="opacity: 0.5">*</span></td><td style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px" class="hierarchy"><a href="http://hl7.org/fhir/R4/basic.html">Basic</a></td><td style="vertical-align: top; text-align : var(--ig-left,left); background-color: white; border: 0px #F0F0F0 solid; padding:0px 4px 0px 4px" class="hierarchy"><span style="opacity: 0.5">Resource for non-supported content</span></td></tr>
<tr><td colspan="5" class="hierarchy"><br/><a href="https://build.fhir.org/ig/FHIR/ig-guidance/readingIgs.html#table-views" title="Legend for this format"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3goXBCwdPqAP0wAAAldJREFUOMuNk0tIlFEYhp9z/vE2jHkhxXA0zJCMitrUQlq4lnSltEqCFhFG2MJFhIvIFpkEWaTQqjaWZRkp0g26URZkTpbaaOJkDqk10szoODP//7XIMUe0elcfnPd9zsfLOYplGrpRwZaqTtw3K7PtGem7Q6FoidbGgqHVy/HRb669R+56zx7eRV1L31JGxYbBtjKK93cxeqfyQHbehkZbUkK20goELEuIzEd+dHS+qz/Y8PTSif0FnGkbiwcAjHaU1+QWOptFiyCLp/LnKptpqIuXHx6rbR26kJcBX3yLgBfnd7CxwJmflpP2wUg0HIAoUUpZBmKzELGWcN8nAr6Gpu7tLU/CkwAaoKTWRSQyt89Q8w6J+oVQkKnBoblH7V0PPvUOvDYXfopE/SJmALsxnVm6LbkotrUtNowMeIrVrBcBpaMmdS0j9df7abpSuy7HWehwJdt1lhVwi/J58U5beXGAF6c3UXLycw1wdFklArBn87xdh0ZsZtArghBdAA3+OEDVubG4UEzP6x1FOWneHh2VDAHBAt80IbdXDcesNoCvs3E5AFyNSU5nbrDPZpcUEQQTFZiEVx+51fxMhhyJEAgvlriadIJZZksRuwBYMOPBbO3hePVVqgEJhFeUuFLhIPkRP6BQLIBrmMenujm/3g4zc398awIe90Zb5A1vREALqneMcYgP/xVQWlG+Ncu5vgwwlaUNx+3799rfe96u9K0JSDXcOzOTJg4B6IgmXfsygc7/Bvg9g9E58/cDVmGIBOP/zT8Bz1zqWqpbXIsd0O9hajXfL6u4BaOS6SeWAAAAAElFTkSuQmCC" alt="doco" style="background-color: inherit"/> Documentation for this format</a></td></tr></table></div>
  </text>
  <url
       value="https://fhir.blog.synanetics.cloud/StructureDefinition/Synanetics-Synanetics"/>
  <version value="0.1.0"/>
  <name value="SynaneticsBasic"/>
  <title value="Synanetics Basic"/>
  <status value="draft"/>
  <date value="2026-04-10T17:49:07+00:00"/>
  <publisher value="Synanetics Ltd"/>
  <contact>
    <name value="Synanetics Ltd"/>
    <telecom>
      <system value="url"/>
      <value value="https://synanetics.com"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="info@synanetics.com"/>
    </telecom>
  </contact>
  <description
               value="This profile defines the constraints and extensions on the HL7 FHIR Resource [Basic](http://hl7.org/fhir/R4/basic)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="GB"/>
      <display value="United Kingdom of Great Britain and Northern Ireland"/>
    </coding>
  </jurisdiction>
  <fhirVersion value="4.0.1"/>
  <mapping>
    <identity value="rim"/>
    <uri value="http://hl7.org/v3"/>
    <name value="RIM Mapping"/>
  </mapping>
  <mapping>
    <identity value="w5"/>
    <uri value="http://hl7.org/fhir/fivews"/>
    <name value="FiveWs Pattern Mapping"/>
  </mapping>
  <kind value="resource"/>
  <abstract value="false"/>
  <type value="Basic"/>
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Basic"/>
  <derivation value="constraint"/>
  <snapshot>
    <extension
               url="http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version">
      <valueString value="4.0.1"/>
    </extension>
    <element id="Basic">
      <path value="Basic"/>
      <short value="Resource for non-supported content"/>
      <definition
                  value="Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification."/>
      <alias value="Z-resource"/>
      <alias value="Extension-resource"/>
      <alias value="Custom-resource"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Basic"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <constraint>
        <key value="dom-2"/>
        <severity value="error"/>
        <human
               value="If the resource is contained in another resource, it SHALL NOT contain nested Resources"/>
        <expression value="contained.contained.empty()"/>
        <xpath value="not(parent::f:contained and f:contained)"/>
        <source
                value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
      </constraint>
      <constraint>
        <key value="dom-3"/>
        <severity value="error"/>
        <human
               value="If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource"/>
        <expression
                    value="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()"/>
        <xpath
               value="not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))"/>
        <source
                value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
      </constraint>
      <constraint>
        <key value="dom-4"/>
        <severity value="error"/>
        <human
               value="If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated"/>
        <expression
                    value="contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"/>
        <xpath
               value="not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))"/>
        <source
                value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
      </constraint>
      <constraint>
        <key value="dom-5"/>
        <severity value="error"/>
        <human
               value="If a resource is contained in another resource, it SHALL NOT have a security label"/>
        <expression value="contained.meta.security.empty()"/>
        <xpath value="not(exists(f:contained/*/f:meta/f:security))"/>
        <source
                value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
      </constraint>
      <constraint>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice">
          <valueBoolean value="true"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation">
          <valueMarkdown
                         value="When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."/>
        </extension>
        <key value="dom-6"/>
        <severity value="warning"/>
        <human
               value="A resource should have narrative for robust management"/>
        <expression value="text.`div`.exists()"/>
        <xpath value="exists(f:text/h:div)"/>
        <source
                value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="rim"/>
        <map value="Entity. Role, or Act"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="Act, Entity or Role"/>
      </mapping>
    </element>
    <element id="Basic.id">
      <path value="Basic.id"/>
      <short value="Logical id of this artifact"/>
      <definition
                  value="The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes."/>
      <comment
               value="The only time that a resource does not have an id is when it is being submitted to the server using a create operation."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.id"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
          <valueUrl value="id"/>
        </extension>
        <code value="http://hl7.org/fhirpath/System.String"/>
      </type>
      <isModifier value="false"/>
      <isSummary value="true"/>
    </element>
    <element id="Basic.meta">
      <path value="Basic.meta"/>
      <short value="Metadata about the resource"/>
      <definition
                  value="The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.meta"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Meta"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="true"/>
    </element>
    <element id="Basic.implicitRules">
      <path value="Basic.implicitRules"/>
      <short value="A set of rules under which this content was created"/>
      <definition
                  value="A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc."/>
      <comment
               value="Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.implicitRules"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="uri"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="true"/>
      <isModifierReason
                        value="This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation"/>
      <isSummary value="true"/>
    </element>
    <element id="Basic.language">
      <path value="Basic.language"/>
      <short value="Language of the resource content"/>
      <definition
                  value="The base language in which the resource is written."/>
      <comment
               value="Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Resource.language"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="code"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <binding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet">
          <valueCanonical value="http://hl7.org/fhir/ValueSet/all-languages"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="Language"/>
        </extension>
        <strength value="preferred"/>
        <description value="A human language."/>
        <valueSet value="http://hl7.org/fhir/ValueSet/languages|4.0.1"/>
      </binding>
    </element>
    <element id="Basic.text">
      <path value="Basic.text"/>
      <short value="Text summary of the resource, for human interpretation"/>
      <definition
                  value="A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it &quot;clinically safe&quot; for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety."/>
      <comment
               value="Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a &quot;text blob&quot; or where text is additionally entered raw or narrated and encoded information is added later."/>
      <alias value="narrative"/>
      <alias value="html"/>
      <alias value="xhtml"/>
      <alias value="display"/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="DomainResource.text"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Narrative"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="rim"/>
        <map value="Act.text?"/>
      </mapping>
    </element>
    <element id="Basic.contained">
      <path value="Basic.contained"/>
      <short value="Contained, inline Resources"/>
      <definition
                  value="These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope."/>
      <comment
               value="This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels."/>
      <alias value="inline resources"/>
      <alias value="anonymous resources"/>
      <alias value="contained resources"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.contained"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Resource"/>
      </type>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="Basic.extension">
      <path value="Basic.extension"/>
      <short value="Additional content defined by implementations"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension."/>
      <comment
               value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.extension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <constraint>
        <key value="ext-1"/>
        <severity value="error"/>
        <human value="Must have either extensions or value[x], not both"/>
        <expression value="extension.exists() != value.exists()"/>
        <xpath
               value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Extension"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="Basic.modifierExtension">
      <path value="Basic.modifierExtension"/>
      <short value="Extensions that cannot be ignored"/>
      <definition
                  value="May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself)."/>
      <comment
               value="There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone."/>
      <requirements
                    value="Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension)."/>
      <alias value="extensions"/>
      <alias value="user content"/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="DomainResource.modifierExtension"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Extension"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <constraint>
        <key value="ext-1"/>
        <severity value="error"/>
        <human value="Must have either extensions or value[x], not both"/>
        <expression value="extension.exists() != value.exists()"/>
        <xpath
               value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), &quot;value&quot;)])"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Extension"/>
      </constraint>
      <isModifier value="true"/>
      <isModifierReason
                        value="Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them"/>
      <isSummary value="false"/>
      <mapping>
        <identity value="rim"/>
        <map value="N/A"/>
      </mapping>
    </element>
    <element id="Basic.identifier">
      <path value="Basic.identifier"/>
      <short value="Business identifier"/>
      <definition
                  value="Identifier assigned to the resource for business purposes, outside the context of FHIR."/>
      <min value="0"/>
      <max value="*"/>
      <base>
        <path value="Basic.identifier"/>
        <min value="0"/>
        <max value="*"/>
      </base>
      <type>
        <code value="Identifier"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="w5"/>
        <map value="FiveWs.identifier"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="./identifier"/>
      </mapping>
    </element>
    <element id="Basic.code">
      <path value="Basic.code"/>
      <short value="Kind of Resource"/>
      <definition
                  value="Identifies the 'type' of resource - equivalent to the resource name for other resources."/>
      <comment
               value="Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource.  Refer to the resource notes section for information on appropriate terminologies for this code.

This element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored."/>
      <requirements
                    value="Must be able to distinguish different types of Basic resources."/>
      <min value="1"/>
      <max value="1"/>
      <base>
        <path value="Basic.code"/>
        <min value="1"/>
        <max value="1"/>
      </base>
      <type>
        <code value="CodeableConcept"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="true"/>
      <isModifierReason
                        value="This element determines what kind of resource is being represented which drives the meaning of all of the other elements."/>
      <isSummary value="true"/>
      <binding>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="BasicResourceType"/>
        </extension>
        <strength value="example"/>
        <description
                     value="Codes for identifying types of resources not yet defined by FHIR."/>
        <valueSet
                  value="http://hl7.org/fhir/ValueSet/basic-resource-type|4.0.1"/>
      </binding>
      <mapping>
        <identity value="w5"/>
        <map value="FiveWs.what[x]"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map value="./code"/>
      </mapping>
    </element>
    <element id="Basic.subject">
      <path value="Basic.subject"/>
      <short value="Identifies the focus of this resource"/>
      <definition
                  value="Identifies the patient, practitioner, device or any other resource that is the &quot;focus&quot; of this resource."/>
      <comment
               value="Optional as not all potential resources will have subjects.  Resources associated with multiple subjects can handle this via extension."/>
      <requirements value="Needed for partitioning the resource by Patient."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Basic.subject"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Resource|4.0.1"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="w5"/>
        <map value="FiveWs.subject[x]"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map
             value="./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)"/>
      </mapping>
      <mapping>
        <identity value="w5"/>
        <map value="FiveWs.subject"/>
      </mapping>
    </element>
    <element id="Basic.created">
      <path value="Basic.created"/>
      <short value="When created"/>
      <definition value="Identifies when the resource was first created."/>
      <requirements value="Allows ordering resource instances by time."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Basic.created"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="date"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="w5"/>
        <map value="FiveWs.recorded"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map
             value="./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)"/>
      </mapping>
    </element>
    <element id="Basic.author">
      <path value="Basic.author"/>
      <short value="Who created"/>
      <definition
                  value="Indicates who was responsible for creating the resource instance."/>
      <requirements value="Needed for partitioning the resource."/>
      <min value="0"/>
      <max value="1"/>
      <base>
        <path value="Basic.author"/>
        <min value="0"/>
        <max value="1"/>
      </base>
      <type>
        <code value="Reference"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Practitioner|4.0.1"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/PractitionerRole|4.0.1"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Patient|4.0.1"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/RelatedPerson|4.0.1"/>
        <targetProfile
                       value="http://hl7.org/fhir/StructureDefinition/Organization|4.0.1"/>
      </type>
      <constraint>
        <key value="ele-1"/>
        <severity value="error"/>
        <human value="All FHIR elements must have a @value or children"/>
        <expression
                    value="hasValue() or (children().count() &gt; id.count())"/>
        <xpath value="@value|f:*|h:div"/>
        <source value="http://hl7.org/fhir/StructureDefinition/Element"/>
      </constraint>
      <isModifier value="false"/>
      <isSummary value="true"/>
      <mapping>
        <identity value="w5"/>
        <map value="FiveWs.author"/>
      </mapping>
      <mapping>
        <identity value="rim"/>
        <map
             value="./participation[typeCode='SUB'] (possibly through a ControlAct and Role)"/>
      </mapping>
    </element>
  </snapshot>
  <differential>
    <element id="Basic">
      <path value="Basic"/>
    </element>
  </differential>
</StructureDefinition>
                      
                    
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Artifacts Summary

This page provides a list of the FHIR artifacts defined as part of this implementation guide.

Structures: Resource Profiles

These define constraints on FHIR resources for systems conforming to this implementation guide.

Synanetics Basic

This profile defines the constraints and extensions on the HL7 FHIR Resource Basic

Example: Example Instances

These are example instances that show what data produced and consumed by systems conforming with this implementation guide might look like.

example-patient
img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Home

Official URL : https://fhir.blog.synanetics.cloud Version : 0.1.0
Draft as of 2026-04-10 Computable Name : synaneticsfhirblog

Synanetics Blog FHIR Implementation Guide

⚠️ Not intended for production use, and must not be used in live systems, real‑world care settings, or any environment requiring stable, supported standards. ⚠️

This Implementation Guide (IG) defines a collection of provisional FHIR artifacts created alongside Synanetics blog posts, experiments, and early conceptual work. Its primary purpose is to illustrate ideas, explore design approaches, and support written materials published through Synanetics. Where any artifact is intended for use beyond these illustrative contexts, that purpose will be explicitly stated in the relevant section.

The content of this guide should be considered highly experimental. All FHIR‑related structures — including but not limited to:

  • Profiles and extensions
  • Code systems and value sets
  • Logical models and worked examples
  • Capability statements and operation definitions
  • Search parameters, interactions, and API behaviour
  • Workflow descriptions and messaging patterns

— are subject to significant and potentially breaking changes.

These artifacts are provided solely to support conceptual exploration and narrative explanation within Synanetics materials. They are not released for use in any FHIR development, implementation, or production solution, and no support, guidance, or assurance is provided if readers choose to apply them outside these illustrative scenarios.

Readers should assume that:

  • Any artifact contained in this IG may be renamed, restructured, expanded, or removed without notice.
  • Underlying definitions, bindings, invariants, and conformance expectations may change substantially between revisions.
  • No claims of stability, long‑term compatibility, or readiness for real‑world use are made or implied.

This guide is provided for experimentation, design exploration, and early feedback only. It is not intended for production use, and must not be used in live systems, real‑world care settings, or any environment requiring stable, supported standards.

All examples provided in this API documentation use entirely synthetic and fictitious person data, generated solely for demonstration, illustrative, and testing purposes. This includes, but is not limited to, examples relating to a fictional person’s care record, demographics, identifiers, addresses, support needs, preferences, assessments, and any associated health or care information. No example data is intended to represent a real person, patient, service user, or care recipient. The examples must not be interpreted as real health, social care, or personal data, and must not be used for clinical, operational, or decision‑making purposes. Any resemblance to real individuals or real care records is purely coincidental.

img synanetics.com

Synanetics Blog FHIR Implementation Guide
Version: 0.1.0, Status: draft

Synanetics Blog FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Table of Contents

Internal Images

tree-filter.png
tree-filter.png