FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageopenehr.base
Resource TypeStructureDefinition
IdStructureDefinition-DV-PARAGRAPH.json
FHIR VersionR5
Sourcehttp://fhir.org/guides/openehr/base/0.1.0-snapshot/StructureDefinition-DV-PARAGRAPH.html
URLhttp://openehr.org/fhir/StructureDefinition/DV-PARAGRAPH
Version0.1.0-snapshot
Statusactive
Date2025-09-06T15:35:39+10:00
NameDV_PARAGRAPH
TitleDV_PARAGRAPH
Realmuv
Authorityhl7
DescriptionDEPRECATED: use markdown formatted `DV_TEXT` instead. Original definition: A logical composite text value consisting of a series of `DV_TEXTs`, i.e. plain text (optionally coded) potentially with simple formatting, to form a larger tract of prose, which may be interpreted for display purposes as a paragraph. `DV_PARAGRAPH` is the standard way for constructing longer text items in summaries, reports and so on.
Typehttp://openehr.org/fhir/StructureDefinition/DV_PARAGRAPH
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
openehr.base#0.1.0-snapshotDATA-VALUEDATA_VALUE
openehr.base#0.1.0-snapshotDV-TEXTDV_TEXT

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition DV-PARAGRAPH

NameFlagsCard.TypeDescription & Constraintsdoco
.. DV_PARAGRAPH C0..*DATA_VALUEDEPRECATED: use markdown formatted `DV_TEXT` instead.

Elements defined in Ancestors:CR, LF, Local_terminology_id
Constraints: Items_valid
... items 1..*DV_TEXTItems making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks).

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DV-PARAGRAPH",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl": "https://specifications.openehr.org/releases/RM/Release-1.1.0/data_types.html#_dv_paragraph_class"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-as-leaf"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-defns-parent"
    },
    {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/view-hint",
      "valueCode": "element-view-replace-cardinality"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://openehr.org/fhir/ImplementationGuide/openehr.base"
          }
        ]
      }
    }
  ],
  "url": "http://openehr.org/fhir/StructureDefinition/DV-PARAGRAPH",
  "version": "0.1.0-snapshot",
  "name": "DV_PARAGRAPH",
  "title": "DV_PARAGRAPH",
  "status": "active",
  "experimental": false,
  "date": "2025-09-06T15:35:39+10:00",
  "publisher": "openEHR + HL7",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.openehr.org"
        }
      ]
    }
  ],
  "description": "DEPRECATED: use markdown formatted `DV_TEXT` instead.\n\nOriginal definition:\n\nA logical composite text value consisting of a series of `DV_TEXTs`, i.e. plain text (optionally coded) potentially with simple formatting, to form a larger tract of prose, which may be interpreted for display purposes as a paragraph. \n\n`DV_PARAGRAPH` is the standard way for constructing longer text items in summaries, reports and so on. ",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://openehr.org/fhir/StructureDefinition/DV_PARAGRAPH",
  "baseDefinition": "http://openehr.org/fhir/StructureDefinition/DATA-VALUE",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0-snapshot"
      }
    ],
    "element": [
      {
        "id": "DV_PARAGRAPH",
        "path": "DV_PARAGRAPH",
        "short": "DEPRECATED: use markdown formatted `DV_TEXT` instead.",
        "definition": "DEPRECATED: use markdown formatted `DV_TEXT` instead.\n\nOriginal definition:\n\nA logical composite text value consisting of a series of `DV_TEXTs`, i.e. plain text (optionally coded) potentially with simple formatting, to form a larger tract of prose, which may be interpreted for display purposes as a paragraph. \n\n`DV_PARAGRAPH` is the standard way for constructing longer text items in summaries, reports and so on. ",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "constraint": [
          {
            "key": "Items_valid",
            "severity": "error",
            "human": "Items valid must not be empty",
            "expression": "items.empty().not()"
          }
        ],
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DV_PARAGRAPH.CR",
        "path": "DV_PARAGRAPH.CR",
        "short": "Carriage return character.",
        "definition": "Carriage return character.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BASIC_DEFINITIONS.CR",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DV_PARAGRAPH.LF",
        "path": "DV_PARAGRAPH.LF",
        "short": "Line feed character.",
        "definition": "Line feed character.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "BASIC_DEFINITIONS.LF",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DV_PARAGRAPH.Local-terminology-id",
        "path": "DV_PARAGRAPH.Local_terminology_id",
        "short": "Predefined terminology identifier",
        "definition": "Predefined terminology identifier to indicate it is local to the knowledge resource in which it occurs, e.g. an archetype",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OPENEHR_DEFINITIONS.Local_terminology_id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DV_PARAGRAPH.items",
        "path": "DV_PARAGRAPH.items",
        "short": "Items making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks).",
        "definition": "Items making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks).",
        "min": 1,
        "max": "*",
        "base": {
          "path": "DV_PARAGRAPH.items",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
          }
        ],
        "isModifier": false
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DV_PARAGRAPH",
        "path": "DV_PARAGRAPH",
        "short": "DEPRECATED: use markdown formatted `DV_TEXT` instead.",
        "definition": "DEPRECATED: use markdown formatted `DV_TEXT` instead.\n\nOriginal definition:\n\nA logical composite text value consisting of a series of `DV_TEXTs`, i.e. plain text (optionally coded) potentially with simple formatting, to form a larger tract of prose, which may be interpreted for display purposes as a paragraph. \n\n`DV_PARAGRAPH` is the standard way for constructing longer text items in summaries, reports and so on. ",
        "min": 0,
        "max": "*",
        "constraint": [
          {
            "key": "Items_valid",
            "severity": "error",
            "human": "Items valid must not be empty",
            "expression": "items.empty().not()"
          }
        ],
        "isModifier": false
      },
      {
        "id": "DV_PARAGRAPH.items",
        "path": "DV_PARAGRAPH.items",
        "short": "Items making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks).",
        "definition": "Items making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks). ",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "http://openehr.org/fhir/StructureDefinition/DV-TEXT"
          }
        ],
        "isModifier": false
      }
    ]
  }
}