Details
-
Type:
Technical Correction
-
Status: Resolved - No Change (View Workflow)
-
Priority:
Medium
-
Resolution: Not Persuasive
-
Specification:US Core (FHIR)
-
Raised in Version:3.1.1
-
Work Group:Cross-Group Projects
-
Related Page(s):Examples
-
Resolution Description:
Description
MedicationRequest-uscore-mo2.json MedicationRequest-uscore-mo2.xml
The examples contain invalid XHTML in the text-generated fields.
The paragraph markers close each other per the XHTML spec.
Refer to
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content
https://stackoverflow.com/questions/32170760/must-blockquotes-contain-paragraphs-or-must-paragraphs-contain-blockquotes
and
- Any <p> (or other block-level element) will implicitly close any open <p>.
- https://www.w3.org/TR/html401/struct/text.html#h-9.3.1
- The P element represents a paragraph. It cannot contain block-level elements (including P itself).