In most of the JSON schemas of hl7 FHIR resources, i found fields prefixed with _. But they are not listed in the examples. So while creating classes for the resources, shall I go only with fields not prefixed with _.
Like _assertedDate and assertedDate. Whether both fields are needed or not?
Because, for same resources in xml schema definition, I dont find _assertedDate.