{
"description": "markdown type: A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine",
"_filename": "StructureDefinition-markdown.json",
"package_name": "hl7.fhir.r5.examples",
"date": "2023-03-26T15:21:02+11:00",
"derivation": "specialization",
"publisher": "HL7 FHIR Standard",
"fhirVersion": "5.0.0",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"name": "markdown",
"abstract": false,
"type": "markdown",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": null,
"package_version": "5.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "normative"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode": "4.0.0"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "has-size"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
"valueCode": "do-translations"
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "markdown",
"min": 0,
"definition": "A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine",
"isModifier": false,
"short": "Primitive Type markdown",
"max": "*",
"id": "markdown",
"comment": "Systems are not required to have markdown support, so the text should be readable without markdown processing. The markdown syntax is GFM - see https://github.github.com/gfm/",
"base": {
"max": "*",
"min": 0,
"path": "markdown"
},
"isSummary": false
}, {
"path": "markdown.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references)",
"isModifier": false,
"short": "xml:id (or equivalent in JSON)",
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "markdown.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "markdown.extension",
"min": 0,
"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 managable, 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.",
"isModifier": false,
"short": "Additional content defined by implementations",
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "markdown.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.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"path": "markdown.value",
"min": 0,
"definition": "Primitive value for markdown",
"isModifier": false,
"short": "Primitive value for markdown",
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "markdown"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/regex",
"valueString": "^[\\s\\S]+$"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "markdown.value",
"base": {
"max": "1",
"min": 0,
"path": "string.value"
},
"isSummary": false
} ]
},
"status": "active",
"id": "4a1cc045-599f-4555-908b-3325b2ec6571",
"kind": "primitive-type",
"url": "http://hl7.org/fhir/StructureDefinition/markdown",
"version": "5.0.0",
"differential": {
"element": [ {
"id": "markdown",
"max": "*",
"min": 0,
"path": "markdown",
"short": "Primitive Type markdown",
"comment": "Systems are not required to have markdown support, so the text should be readable without markdown processing. The markdown syntax is GFM - see https://github.github.com/gfm/",
"definition": "A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine"
}, {
"id": "markdown.value",
"max": "1",
"min": 0,
"path": "markdown.value",
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "markdown"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/regex",
"valueString": "^[\\s\\S]+$"
} ]
} ],
"short": "Primitive value for markdown",
"definition": "Primitive value for markdown",
"representation": [ "xmlAttr" ]
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/string"
}