FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Content Detailed Descriptions Mappings XML JSON

Example CodeSystem/template-status-code (JSON)

Extension: display-hint URL for this extension: http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint
FHIR Infrastructure Work Group   Maturity Level : 1 N/A Standards Status : Informative Use Context : Any

Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint display-hint: Hinting information for the narrative generator - a series of name: value; pairs. Use on data type: ElementDefinition url 1..1 uri "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint" valueString Raw JSON 0..1 string ( canonical form Value of extension Documentation for this format + also see JSON Format Specification XML Template )

<!-- display-hint --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension>

JSON Template Definition for Code SystemTemplateStatusCode

{ // // from Element: " ], " " }
{
  "resourceType" : "CodeSystem",
  "id" : "template-status-code",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/template-status-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }],
  "url" : "http://hl7.org/fhir/template-status-code",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1903"
  }],
  "version" : "5.0.0-ballot",
  "name" : "TemplateStatusCode",
  "status" : "active",
  "experimental" : false,
  "caseSensitive" : true,
  "content" : "complete"
}

Summary Name Flags Card. Type Description & Constraints extension 0..1 string URL = http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint display-hint: Hinting information for Usage note: every effort has been made to ensure that the narrative generator - examples are correct and useful, but they are not a series normative part of name: value; pairs. Use on data type: ElementDefinition Documentation for this format Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint display-hint: Hinting information for the narrative generator - a series of name: value; pairs. Use on data type: ElementDefinition url 1..1 uri "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint" valueString 0..1 string Value of extension Documentation for this format XML Template <!-- display-hint --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template specification.

{ // // from Element: " ], " " }
  Constraints ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) )