IG Test3 Implementation Guide CI Build

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

StructureDefinition-template-basic

Formal Views of Profile Content

Description of Profiles, Differentials, and Snapshots.

The official URL for this profile is:

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

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
... 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(Patient)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

yet to be done: Xml template


       // 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(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

Extensions

This structure refers to these extensions:

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(Patient)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

XML Template

             

yet to be done: Xml template

JSON Template


       // 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(Patient)}, // C? R! Identifies the focus of this resource
    "created" : "<date>", // C? When created
    "author" : {Reference(Practitioner)}, // C? Who created
  }

      


See the Conformance requirements for a complete list of supported RESTful interactions for this IG.