Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R4B R4 R3

Content Detailed Descriptions Mappings XML JSON

Example BodyStructure/tumor (JSON)

Extension: baseType   Maturity Level : 1 URL for this extension: http://hl7.org/fhir/StructureDefinition/questionnaire-baseType Status: draft. Extension maintained by: HL7 This identifies the underlying type in a profile, when a questionnaire is generated from a profile. Comment : The extension may assist a questionnaire renderer to tune the UI, and it guides a QuestionnaireResponse processor when generating resources from the responses. Context of Use: Use on Element ID Questionnaire.item or Element ID Questionnaire.item.item Extension Content
FHIR Infrastructure Responsible Owner: Orders and Observations Work Group Standards Status : Informative Use Context Compartments : Any Patient

Summary Name Flags Card. Type Description & Constraints baseType 0..1 code URL = http://hl7.org/fhir/StructureDefinition/questionnaire-baseType baseType: This identifies the underlying type in a profile, when a questionnaire is generated from a profile. Binding: DataType Raw JSON ( required ) Use on Element ID Questionnaire.item or Element ID Questionnaire.item.item Documentation for this format Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/questionnaire-baseType baseType: This identifies the underlying type in a profile, when a questionnaire is generated from a profile. Use on Element ID Questionnaire.item or Element ID Questionnaire.item.item extension I 0..0 url 1..1 uri "http://hl7.org/fhir/StructureDefinition/questionnaire-baseType" value[x] I 1..1 code Value of extension Binding: DataType canonical form ( required + also see JSON Format Specification ) Documentation for this format XML Template <!-- baseType --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template

{ // // from Element: " ] " " }

Summary Name Flags Card. Type Description & Constraints baseType 0..1 code URL = http://hl7.org/fhir/StructureDefinition/questionnaire-baseType baseType: This identifies example demonstrates using the underlying type in a profile, when a questionnaire is generated from bodystructure resource to identify a profile. Binding: DataType ( required ) Use on Element ID Questionnaire.item specific tumor or Element ID Questionnaire.item.item Documentation for this format Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/questionnaire-baseType baseType: This identifies the underlying type in a profile, when a questionnaire is generated from a profile. Use lesion that will have multiple observations and/or procedures performed on Element ID Questionnaire.item or Element ID Questionnaire.item.item extension I 0..0 url 1..1 uri "http://hl7.org/fhir/StructureDefinition/questionnaire-baseType" value[x] I 1..1 code Value of extension Binding: DataType ( required ) Documentation for this format XML Template <!-- baseType --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template it over time

{ // // from Element: " ] " "
{
  "resourceType" : "BodyStructure",
  "id" : "tumor",
  "identifier" : [{
    "system" : "http://goodhealth.org/bodystructure/identifiers",
    "value" : "12345"
  }],
  "includedStructure" : [{
    "structure" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "78961009",
        "display" : "Splenic structure (body structure)"
      }],
      "text" : "Spleen"
    }
  }],
  "description" : "7 cm maximum diameter",
  "image" : [{
    "contentType" : "application/dicom",
    "url" : "http://imaging.acme.com/wado/server?requestType=WADO&amp;wado_details"
  }],
  "patient" : {
    "reference" : "Patient/example"

  }
}

 

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')]) ) ele-1 : On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: @value|f:*|h:div ) ext-1 : On Extension.extension: Must have either extensions or value[x], Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not both (xpath on Extension.extension: exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")]) ) ele-1 : On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: @value|f:*|h:div ) normative part of the specification.