Package | example.fhir.uv.myig |
Resource Type | StructureDefinition |
Id | MyLogical |
FHIR Version | R4 |
Source | http://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/StructureDefinition-MyLogical.html |
URL | http://somewhere.org/fhir/uv/myig/StructureDefinition/MyLogical |
Version | 0.2.0 |
Status | draft |
Date | 2024-12-21T07:59:38+00:00 |
Name | MyLogical |
Title | My Logical Model |
Realm | uv |
Authority | hl7 |
Description | A profile showing the use of Logical Models to author profiles |
Type | http://somewhere.org/fhir/uv/myig/StructureDefinition/MyLogical |
Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: StructureDefinition MyLogical
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Element | XML Namespace: http://example.org/logical Elements defined in Ancestors:@id, extension Base for all elements Instances of this logical model are not marked to be the target of a Reference | |
![]() ![]() ![]() | 0..1 | integer | ||
![]() ![]() ![]() | 0..1 | string | ||
German
Generated Narrative: StructureDefinition MyLogical
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Element | XML Namespace: http://example.org/logical Elements defined in Ancestors:@id, extension Base for all elements Instances of this logical model are not marked to be the target of a Reference | |
![]() ![]() ![]() | 0..1 | integer | ||
![]() ![]() ![]() | 0..1 | string | ||
French
Generated Narrative: StructureDefinition MyLogical
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Element | XML Namespace: http://example.org/logical Elements defined in Ancestors:@id, extension Base for all elements Instances of this logical model are not marked to be the target of a Reference | |
![]() ![]() ![]() | 0..1 | integer | ||
![]() ![]() ![]() | 0..1 | string | ||
{ "resourceType": "StructureDefinition", "id": "MyLogical", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace", "valueUri": "http://example.org/logical" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "informative", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig" } ] } } ], "url": "http://somewhere.org/fhir/uv/myig/StructureDefinition/MyLogical", "version": "0.2.0", "name": "MyLogical", "title": "My Logical Model", "status": "draft", "date": "2024-12-21T07:59:38+00:00", "publisher": "HL7 International - [Some] Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/Special/committees/[something]" } ] } ], "description": "A profile showing the use of Logical Models to author profiles", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "fhirVersion": "4.0.1", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "logical", "abstract": false, "type": "http://somewhere.org/fhir/uv/myig/StructureDefinition/MyLogical", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element", "derivation": "specialization", "snapshot": { "element": [ { "id": "MyLogical", "path": "MyLogical", "short": "Base for all elements", "definition": "Base definition for all elements in a resource.", "min": 0, "max": "*", "base": { "path": "Element", "min": 0, "max": "*" }, "condition": [ "ele-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, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "MyLogical.id", "path": "MyLogical.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "MyLogical.extension", "path": "MyLogical.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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": "Element.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": "MyLogical.element1", "path": "MyLogical.element1", "min": 0, "max": "1", "base": { "path": "MyLogical.element1", "min": 0, "max": "1" }, "type": [ { "code": "integer" } ] }, { "id": "MyLogical.element2", "path": "MyLogical.element2", "min": 0, "max": "1", "base": { "path": "MyLogical.element2", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] } ] }, "differential": { "element": [ { "id": "MyLogical", "path": "MyLogical" }, { "id": "MyLogical.element1", "path": "MyLogical.element1", "min": 0, "max": "1", "type": [ { "code": "integer" } ] }, { "id": "MyLogical.element2", "path": "MyLogical.element2", "min": 0, "max": "1", "type": [ { "code": "string" } ] } ] } }