IG Test3 Implementation Guide CI Build

IG Test3 - Local Development build (v0.0.0). See the Directory of published versions

StructureDefinition-template-basic

source file: source/pages/_includes/template-basic-intro.md

This is a simple example Template

Scope and Usage

scope and usage text here

Mandatory Data Elements and Terminology

The following data-elements are mandatory (i.e data MUST be present). blah blah blah

must have:

  1. blah
  2. blah
  3. blah

Additional Profile specific implementation guidance:

Examples

  • list examples here

Formal Views of Profile Content

Description of Profiles, Differentials, and Snapshots.

The official URL for this profile is: http://www.fhir.org/guides/test3/StructureDefinition/template-basic

Published on Wed Feb 15 00:00:00 PST 2017 as active by the Health eData Inc.

This profile builds on Basic


Summary

Mandatory: 5 elements
Must-Support: 6 elements
Fixed Value: 1 element

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

NameFlagsCard.TypeDescription & Constraintsdoco
.. Basic I0..*BasicResource for non-supported content
temp-1: Identifier SHALL be greater than 5 characters
... extension-blah S0..1codeExample extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-blah
Binding: BlahCodes (required)
... extension-complex S0..1(Complex)Example complex extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-complex
... identifier SI1..1IdentifierBusiness identifier
... code 1..1CodeableConceptKind of Resource
.... coding S1..1CodingCode defined by a terminology system
..... code S1..1codeSymbol in syntax defined by the system
Fixed Value: diet
... subject S1..1Reference(US Core Patient Profile)Identifies the focus of this resource

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Basic I0..*BasicResource for non-supported content
temp-1: Identifier SHALL be greater than 5 characters
... id Σ0..1stringLogical id of this artifact
... meta ΣI0..1MetaMetadata about the resource
... implicitRules ?!ΣI0..1uriA set of rules under which this content was created
... language I0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension I0..*ExtensionExtension
Slice: Unordered, Open by value:url
... extension-blah SI0..1codeExample extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-blah
Binding: BlahCodes (required)
... extension-complex SI0..1(Complex)Example complex extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-complex
... modifierExtension ?!I0..*ExtensionExtensions that cannot be ignored
... identifier SΣI1..1IdentifierBusiness identifier
... code ?!ΣI1..1CodeableConceptKind of Resource
Binding: BasicResourceTypes (example)
.... id 0..1stringUnique id for inter-element referencing
.... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣI1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣI0..1uriIdentity of the terminology system
..... version ΣI0..1stringVersion of the system - if relevant
..... code SΣI1..1codeSymbol in syntax defined by the system
Fixed Value: diet
..... display ΣI0..1stringRepresentation defined by the system
..... userSelected ΣI0..1booleanIf this coding was chosen directly by the user
.... text ΣI0..1stringPlain text representation of the concept
... subject SΣI1..1Reference(US Core Patient Profile)Identifies the focus of this resource
... created ΣI0..1dateWhen created
... author ΣI0..1Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization)Who created

doco Documentation for this format

       // Health eData Template Profile
 {
   "resourceType" : "Basic",
    "id" : "<string>", // Logical id of this artifact
    "meta" : {Meta}, // C? Metadata about the resource
    "implicitRules" : "<uri>", // C? A set of rules under which this content was created
    "language" : "<code>", // C? Language of the resource content
    "text" : {Narrative}, // C? Text summary of the resource, for human interpretation
    "contained" : [{Resource}], // Contained, inline Resources
    "extension": [
      { //  C? Only One! Example extension
        "url": "http://www.fhir.org/guides/test3/StructureDefinition/extension-blah",
        "valueCode" : "<code>" // C? Value of extension
      },
      { //  C? Only One! Example complex extension
        "url": "http://www.fhir.org/guides/test3/StructureDefinition/extension-complex",
Not handled yet: complex extension http://www.fhir.org/guides/test3/StructureDefinition/extension-complex
      }
    ],
    "identifier" : [{Identifier}], // C? R! Only One!  Business identifier
    "code" : { // C? R! Kind of Resource
      "extension": [
      ],
      "coding" : [{ // C? R! Only One!  Code defined by a terminology system
        "extension": [
        ],
        "system" : "<uri>", // C? Identity of the terminology system
        "version" : "<string>", // C? Version of the system - if relevant
        "code" : "diet", // C? R!
        "display" : "<string>", // C? Representation defined by the system
        "userSelected" : <boolean> // C? If this coding was chosen directly by the user
      }],
      "text" : "<string>" // C? Plain text representation of the concept
    },
    "subject" : {Reference([CanonicalType[http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient]])}, // C? R! Identifies the focus of this resource
    "created" : "<date>", // C? When created
    "author" : {Reference(Practitioner)}, // C? Who created
  }

     

Summary

Mandatory: 5 elements
Must-Support: 6 elements
Fixed Value: 1 element

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Differential View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Basic I0..*BasicResource for non-supported content
temp-1: Identifier SHALL be greater than 5 characters
... extension-blah S0..1codeExample extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-blah
Binding: BlahCodes (required)
... extension-complex S0..1(Complex)Example complex extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-complex
... identifier SI1..1IdentifierBusiness identifier
... code 1..1CodeableConceptKind of Resource
.... coding S1..1CodingCode defined by a terminology system
..... code S1..1codeSymbol in syntax defined by the system
Fixed Value: diet
... subject S1..1Reference(US Core Patient Profile)Identifies the focus of this resource

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Basic I0..*BasicResource for non-supported content
temp-1: Identifier SHALL be greater than 5 characters
... id Σ0..1stringLogical id of this artifact
... meta ΣI0..1MetaMetadata about the resource
... implicitRules ?!ΣI0..1uriA set of rules under which this content was created
... language I0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred)
Max Binding: AllLanguages
... text I0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension I0..*ExtensionExtension
Slice: Unordered, Open by value:url
... extension-blah SI0..1codeExample extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-blah
Binding: BlahCodes (required)
... extension-complex SI0..1(Complex)Example complex extension
URL: http://www.fhir.org/guides/test3/StructureDefinition/extension-complex
... modifierExtension ?!I0..*ExtensionExtensions that cannot be ignored
... identifier SΣI1..1IdentifierBusiness identifier
... code ?!ΣI1..1CodeableConceptKind of Resource
Binding: BasicResourceTypes (example)
.... id 0..1stringUnique id for inter-element referencing
.... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣI1..1CodingCode defined by a terminology system
..... id 0..1stringUnique id for inter-element referencing
..... extension I0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣI0..1uriIdentity of the terminology system
..... version ΣI0..1stringVersion of the system - if relevant
..... code SΣI1..1codeSymbol in syntax defined by the system
Fixed Value: diet
..... display ΣI0..1stringRepresentation defined by the system
..... userSelected ΣI0..1booleanIf this coding was chosen directly by the user
.... text ΣI0..1stringPlain text representation of the concept
... subject SΣI1..1Reference(US Core Patient Profile)Identifies the focus of this resource
... created ΣI0..1dateWhen created
... author ΣI0..1Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | Organization)Who created

doco Documentation for this format

Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron


Quick Start

Below is an overview of the required set of RESTful FHIR interactions - for example, search and read operations - for this profile. See the Conformance requirements for a complete list of supported RESTful interactions for this IG.

source file: source/pages/_includes/template-basic-search.md

This is the search markdown file that gets inserted into the sd.html Quick Start section for explanation of the search requirements.