{
"description": "Logical Model: A pattern to be followed by resources that represent a specific proposal, plan and/or order for some sort of action or service.",
"_filename": "definition.json",
"package_name": "hl7.fhir.r5.examples",
"date": "2022-07-18T14:56:19+10:00",
"publisher": "Health Level Seven International fhir",
"fhirVersion": "4.6.0",
"name": "Definition",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping",
"identity": "w5"
}, {
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping",
"identity": "v2"
} ],
"abstract": false,
"type": "Definition",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "definition",
"package_version": "5.0.0-snapshot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative"
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition",
"min": 0,
"definition": "A pattern to be followed by resources that represent a specific proposal, plan and/or order for some sort of action or service.",
"isModifier": false,
"short": "Definition Pattern",
"mapping": [ {
"map": "Act[moodCode<=DEFN]",
"identity": "rim"
} ],
"max": "*",
"id": "Definition",
"base": {
"max": "*",
"min": 0,
"path": "Definition"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.url",
"requirements": "Allows the {{title}} to be referenced by a single globally unique identifier.",
"min": 0,
"definition": "An absolute URL that is used to identify this {{title}} when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this {{title}} is (or will be) published. The URL SHOULD include the major version of the {{title}}. For more information see [Technical and Business Versions](resource.html#versions).",
"isModifier": false,
"short": "Logical canonical URL to reference this {{title}} (globally unique)",
"mapping": [ {
"map": ".identifier",
"identity": "rim"
}, {
"map": "FiveWs.identifier",
"identity": "w5"
} ],
"type": [ {
"code": "uri"
} ],
"max": "1",
"id": "Definition.url",
"comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. This is the URI that will be used when making canonical references to this resource.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.url"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.identifier",
"requirements": "Allows identification of the {{title}} as it is known by various participating systems and in a way that remains consistent across servers.",
"min": 0,
"definition": "Business identifiers assigned to this {{title}} by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.",
"isModifier": false,
"short": "Business Identifier for {{title}}",
"mapping": [ {
"map": ".identifier",
"identity": "rim"
}, {
"map": "FiveWs.identifier",
"identity": "w5"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "1",
"id": "Definition.identifier",
"comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.identifier"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.version",
"min": 0,
"definition": "The identifier that is used to identify this version of the {{title}} when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the {{title}} author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions are orderable.",
"isModifier": false,
"short": "Business version of the {{title}}",
"mapping": [ {
"map": "N/A (to add?)",
"identity": "rim"
}, {
"map": "FiveWs.version",
"identity": "w5"
} ],
"type": [ {
"code": "string"
} ],
"max": "1",
"id": "Definition.version",
"comment": "There may be multiple different instances of a {{title}} that have the same identifier but different versions.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.version"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.title",
"min": 0,
"definition": "A short, descriptive, user-friendly title for the {{title}}.",
"isModifier": false,
"short": "Name for this {{title}} (Human friendly)",
"mapping": [ {
"map": ".title",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"max": "1",
"id": "Definition.title",
"base": {
"max": "1",
"min": 0,
"path": "Definition.title"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.derivedFromCanonical",
"requirements": "Protocols and order sets may be refinements of more generic protocols and order sets.",
"min": 0,
"definition": "The canonical URL pointing to another FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this definition.",
"isModifier": false,
"short": "Based on FHIR protocol or definition",
"mapping": [ {
"map": "Varies by domain",
"identity": "v2"
}, {
"map": ".outboundRelationship[typeCode=DEFN].target",
"identity": "rim"
} ],
"type": [ {
"code": "canonical",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", "http://hl7.org/fhir/StructureDefinition/EventDefinition", "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", "http://hl7.org/fhir/StructureDefinition/Measure", "http://hl7.org/fhir/StructureDefinition/OperationDefinition", "http://hl7.org/fhir/StructureDefinition/PlanDefinition", "http://hl7.org/fhir/StructureDefinition/Questionnaire", "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" ]
} ],
"max": "*",
"id": "Definition.derivedFromCanonical",
"base": {
"max": "*",
"min": 0,
"path": "Definition.derivedFromCanonical"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.derivedFromUri",
"requirements": "Protocols and order sets may be refinements of more generic protocols and order sets.",
"min": 0,
"definition": "The URL pointing to an externally-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this definition.",
"isModifier": false,
"short": "Based on external protocol or definition",
"mapping": [ {
"map": "Varies by domain",
"identity": "v2"
}, {
"map": ".outboundRelationship[typeCode=DEFN].target",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"max": "*",
"id": "Definition.derivedFromUri",
"comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.",
"base": {
"max": "*",
"min": 0,
"path": "Definition.derivedFromUri"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.partOf",
"requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.",
"min": 0,
"definition": "A larger definition of which this particular definition is a component or step.",
"isModifier": false,
"short": "Part of referenced definition",
"mapping": [ {
"map": ".inboundRelationship[typeCode=COMP].source[moodCode=DEFN]",
"identity": "rim"
} ],
"type": [ {
"code": "canonical",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", "http://hl7.org/fhir/StructureDefinition/EventDefinition", "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", "http://hl7.org/fhir/StructureDefinition/Measure", "http://hl7.org/fhir/StructureDefinition/OperationDefinition", "http://hl7.org/fhir/StructureDefinition/PlanDefinition", "http://hl7.org/fhir/StructureDefinition/Questionnaire", "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" ]
} ],
"alias": [ "container" ],
"max": "*",
"id": "Definition.partOf",
"comment": "[The allowed reference resources may be adjusted as appropriate for the event resource].",
"base": {
"max": "*",
"min": 0,
"path": "Definition.partOf"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.replaces",
"requirements": "As new versions of a protocol or guideline are defined, allows identification of what versions are replaced by a new instance.",
"min": 0,
"definition": "Completed or terminated request(s) whose function is taken by this new request.",
"isModifier": false,
"short": "Request(s) replaced by this request",
"mapping": [ {
"map": ".outboundRelationship[typeCode=RPLC].target",
"identity": "rim"
} ],
"type": [ {
"code": "canonical",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", "http://hl7.org/fhir/StructureDefinition/EventDefinition", "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", "http://hl7.org/fhir/StructureDefinition/Measure", "http://hl7.org/fhir/StructureDefinition/OperationDefinition", "http://hl7.org/fhir/StructureDefinition/PlanDefinition", "http://hl7.org/fhir/StructureDefinition/Questionnaire", "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" ]
} ],
"alias": [ "supersedes", "prior", "renewed order" ],
"max": "*",
"id": "Definition.replaces",
"base": {
"max": "*",
"min": 0,
"path": "Definition.replaces"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.status",
"min": 1,
"definition": "The current state of the {{title}}.",
"isModifier": true,
"short": "draft | active | retired | unknown",
"mapping": [ {
"map": ".status",
"identity": "rim"
}, {
"map": "FiveWs.status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.6.0",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "The lifecycle status of an artifact."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "PublicationStatus"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ]
},
"max": "1",
"id": "Definition.status",
"comment": "A nominal state-transition diagram can be found in the [[definition.html#statemachine | Definition pattern]] documentation\n\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.",
"base": {
"max": "1",
"min": 1,
"path": "Definition.status"
},
"isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.experimental",
"requirements": "Enables experimental content to be developed following the same life-cycle as a production-level {{title}} would.",
"min": 0,
"definition": "A flag to indicate that this {{title}} is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.",
"isModifier": true,
"short": "If for testing purposes, not real usage",
"mapping": [ {
"map": "N/A (to add?)",
"identity": "rim"
}, {
"map": "FiveWs.class",
"identity": "w5"
} ],
"type": [ {
"code": "boolean"
} ],
"max": "1",
"id": "Definition.experimental",
"comment": "Allows filtering of {{title}} that are appropriate for use vs. not.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.experimental"
},
"isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use an experimental {{title}} in production.",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.subject[x]",
"requirements": "Many protocols, order sets and guidelines are inted for use only with specific types of patients or subjects.",
"min": 0,
"definition": "A code or group definition that describes the intended subject of instantiations of this definition.",
"isModifier": false,
"short": "Type of individual the defined service is for",
"mapping": [ {
"map": ".participation[typeCode=SBJ].role",
"identity": "rim"
}, {
"map": "FiveWs.subject",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
}, {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Group" ]
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "Codes identifying the type of subject intended to be the recpient or focus of the defined action. These should ideally be consistent across definition resources."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "DefinitionSubject"
} ]
},
"alias": [ "Subject type" ],
"max": "1",
"id": "Definition.subject[x]",
"base": {
"max": "1",
"min": 0,
"path": "Definition.subject[x]"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.date",
"min": 0,
"definition": "For draft definitions, indicates the date of initial creation. For active definitions, represents the date of activation. For withdrawn definitions, indicates the date of withdrawal.",
"isModifier": false,
"short": "Date status first applied",
"mapping": [ {
"map": ".participation[typeCode=AUT].time",
"identity": "rim"
}, {
"map": "FiveWs.recorded",
"identity": "w5"
} ],
"type": [ {
"code": "dateTime"
} ],
"alias": [ "created" ],
"max": "1",
"id": "Definition.date",
"base": {
"max": "1",
"min": 0,
"path": "Definition.date"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.publisher",
"requirements": "Usually an organization, but may be an individual. The publisher (or steward) of the {{title}} is the organization or individual primarily responsible for the maintenance and upkeep of the {{title}}. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the {{title}}. This item SHOULD be populated unless the information is available from context.",
"min": 0,
"definition": "Helps establish the \"authority/credibility\" of the {{title}}. May also allow for contact.",
"isModifier": false,
"short": "The name of the individual or organization that published the {{title}}",
"mapping": [ {
"map": ".participation[typeCode=AUT].role",
"identity": "rim"
}, {
"map": "FiveWs.author",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization" ]
} ],
"alias": [ "author" ],
"max": "1",
"id": "Definition.publisher",
"base": {
"max": "1",
"min": 0,
"path": "Definition.publisher"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.contact",
"min": 0,
"definition": "Contact details to assist a user in finding and communicating with the publisher.",
"isModifier": false,
"short": "Contact details for the publisher",
"mapping": [ {
"map": ".participation[typeCode=CALLBCK].role",
"identity": "rim"
} ],
"type": [ {
"code": "ContactDetail"
} ],
"max": "*",
"id": "Definition.contact",
"comment": "May be a web site, an email address, a telephone number, etc.",
"base": {
"max": "*",
"min": 0,
"path": "Definition.contact"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.description",
"min": 0,
"definition": "A free text natural language description of the {{title}} from the consumer's perspective.",
"isModifier": false,
"short": "Natural language description of the {{title}}",
"mapping": [ {
"map": ".text",
"identity": "rim"
} ],
"type": [ {
"code": "markdown"
} ],
"max": "1",
"id": "Definition.description",
"comment": "This description can be used to capture details such as why the {{title}} was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the module as conveyed in the text field of the resource itself. This item SHOULD be populated unless the information is available from context.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.description"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.useContext",
"requirements": "Assist in searching for appropriate content.",
"min": 0,
"definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of code system definitions.",
"isModifier": false,
"short": "Content intends to support these contexts",
"mapping": [ {
"map": "N/A (to add?)",
"identity": "rim"
} ],
"type": [ {
"code": "UsageContext"
} ],
"max": "*",
"id": "Definition.useContext",
"comment": "When multiple usageContexts are specified, there is no expectation for whether all or any of the contexts apply.",
"base": {
"max": "*",
"min": 0,
"path": "Definition.useContext"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.jurisdiction",
"min": 0,
"definition": "A jurisdiction in which the {{title}} is intended to be used.",
"isModifier": false,
"short": "Intended jurisdiction for {{title}} (if applicable)",
"mapping": [ {
"map": "N/A (to add?)",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "extensible",
"valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "Countries and regions within which this artifact is targeted for use."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Jurisdiction"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ]
},
"max": "*",
"id": "Definition.jurisdiction",
"base": {
"max": "*",
"min": 0,
"path": "Definition.jurisdiction"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.purpose",
"min": 0,
"definition": "Explains why this {{title}} is needed and why it has been designed as it has.",
"isModifier": false,
"short": "Why this {{title}} is defined",
"mapping": [ {
"map": ".reasonCode.text",
"identity": "rim"
}, {
"map": "FiveWs.why[x]",
"identity": "w5"
} ],
"type": [ {
"code": "markdown"
} ],
"max": "1",
"id": "Definition.purpose",
"comment": "This element does not describe the usage of the {{title}}. Rather it is for traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this {{title}}.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.purpose"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.copyright",
"requirements": "Consumers of the {{title}} must be able to determine any legal restrictions on the use of the artifact and/or its content.",
"min": 0,
"definition": "A copyright statement relating to the {{title}} and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the {{title}}.",
"isModifier": false,
"short": "Use and/or publishing restrictions",
"mapping": [ {
"map": "N/A (to add?)",
"identity": "rim"
} ],
"type": [ {
"code": "markdown"
} ],
"alias": [ "License", "Restrictions" ],
"max": "1",
"id": "Definition.copyright",
"base": {
"max": "1",
"min": 0,
"path": "Definition.copyright"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.approvalDate",
"min": 0,
"definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
"isModifier": false,
"short": "When {{title}} approved by publisher",
"mapping": [ {
"map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "date"
} ],
"max": "1",
"id": "Definition.approvalDate",
"comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.approvalDate"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.lastReviewDate",
"min": 0,
"definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.",
"isModifier": false,
"short": "Last review date for the {{title}}",
"mapping": [ {
"map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "date"
} ],
"max": "1",
"id": "Definition.lastReviewDate",
"comment": "If specified, this is usually after the approval date.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.lastReviewDate"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.effectivePeriod",
"min": 0,
"definition": "The period during which the {{title}} content was or is planned to be effective.",
"isModifier": false,
"short": "The effective date range for the {{title}}",
"mapping": [ {
"map": "N/A (to add?)",
"identity": "rim"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Definition.effectivePeriod",
"comment": "The effective period for a {{title}} determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 would be published in 2015.",
"base": {
"max": "1",
"min": 0,
"path": "Definition.effectivePeriod"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Definition.performerType",
"min": 0,
"definition": "The type of individual that is expected to act upon instances of this definition.",
"isModifier": false,
"short": "Desired kind of service performer",
"mapping": [ {
"map": ".participation[typeCode=PRF].role[scoper.determinerCode=KIND].code",
"identity": "rim"
}, {
"map": "FiveWs.actor",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/build/StructureDefinition/binding-definition",
"valueString": "Identifies types of practitioners, devices or other agents that are intended to perform a defined action. While the detailed constraints of relevant agents will vary by resource, some degree of consistency around recommended codes across request and definition resources would be desirable."
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "PerformerType"
} ]
},
"max": "1",
"id": "Definition.performerType",
"base": {
"max": "1",
"min": 0,
"path": "Definition.performerType"
},
"isSummary": true
} ]
},
"status": "draft",
"id": "bbc44a8e-fa0a-4b61-bef4-3544b2d631d1",
"kind": "logical",
"url": "http://hl7.org/fhir/StructureDefinition/Definition",
"version": "4.6.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
} ]
} ]
}